<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Paolo Ronco</title>
    <description>The latest articles on DEV Community by Paolo Ronco (@paoloronco).</description>
    <link>https://dev.to/paoloronco</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3995466%2F9e426957-6e7c-41a0-9d25-89d4adcd0efb.png</url>
      <title>DEV Community: Paolo Ronco</title>
      <link>https://dev.to/paoloronco</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paoloronco"/>
    <language>en</language>
    <item>
      <title>I built a Chrome extension because I was tired of losing my tab sessions</title>
      <dc:creator>Paolo Ronco</dc:creator>
      <pubDate>Sun, 21 Jun 2026 15:33:42 +0000</pubDate>
      <link>https://dev.to/paoloronco/i-built-a-chrome-extension-because-i-was-tired-of-losing-my-tab-sessions-18dn</link>
      <guid>https://dev.to/paoloronco/i-built-a-chrome-extension-because-i-was-tired-of-losing-my-tab-sessions-18dn</guid>
      <description>&lt;p&gt;A few months ago I noticed I had developed a terrible habit.&lt;/p&gt;

&lt;p&gt;Every project I worked on ended up becoming 30, 40, sometimes 100+ browser tabs.&lt;/p&gt;

&lt;p&gt;Cloud documentation, GitHub repositories, tutorials, Stack Overflow discussions, dashboards, PDFs, articles to read later...&lt;/p&gt;

&lt;p&gt;Closing Chrome felt risky because I knew I would spend the next day trying to find everything again.&lt;/p&gt;

&lt;p&gt;So I built a small Chrome extension for myself: &lt;strong&gt;Tab Session Saver&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The idea is intentionally simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Save all open tabs with one click&lt;/li&gt;
&lt;li&gt;Restore them later with one click&lt;/li&gt;
&lt;li&gt;Preview what's inside a session before restoring it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Over time I added a few things that became surprisingly useful:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chrome tab groups support&lt;/li&gt;
&lt;li&gt;Export/import as JSON&lt;/li&gt;
&lt;li&gt;Dark and light mode&lt;/li&gt;
&lt;li&gt;Multiple languages&lt;/li&gt;
&lt;li&gt;Session management (rename, delete, preview)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One decision I made from the beginning was to keep everything local.&lt;/p&gt;

&lt;p&gt;No account.&lt;/p&gt;

&lt;p&gt;No cloud backend.&lt;/p&gt;

&lt;p&gt;No tracking.&lt;/p&gt;

&lt;p&gt;No analytics inside the extension.&lt;/p&gt;

&lt;p&gt;Everything is stored locally using Chrome's storage APIs.&lt;/p&gt;

&lt;p&gt;The project is also fully open source.&lt;/p&gt;

&lt;p&gt;One of the most annoying technical challenges was handling session restoration across multiple windows while keeping tab groups intact and avoiding duplicate startup windows created by Chromium.&lt;/p&gt;

&lt;p&gt;The extension is still a small project (around 250 users at the moment), but people are actually using it, which is both exciting and slightly terrifying.&lt;/p&gt;

&lt;p&gt;I'm currently trying to understand what users would want next.&lt;/p&gt;

&lt;p&gt;Some ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Session search&lt;/li&gt;
&lt;li&gt;Session tagging&lt;/li&gt;
&lt;li&gt;Optional cloud sync&lt;/li&gt;
&lt;li&gt;Shared workspaces&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you manage lots of tabs every day, I'd love to know:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do you handle browser sessions today?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/paoloronco/tab-session-saver" rel="noopener noreferrer"&gt;https://github.com/paoloronco/tab-session-saver&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Chrome Web Store:&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/tabs-session-saver/njbmclamamhckchdanoobkhadhmbdobp" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/tabs-session-saver/njbmclamamhckchdanoobkhadhmbdobp&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
