Data is synced from the Chrome Web Store. View the official store page for the most current information.
A lightweight extension that prevents Chrome from closing when the last tab is closed.
It uses the naive and very simple method of opening a new tab when there is only one tab left. Another way to look at it is that it try to ensure that there are at least 2 tabs.
Features event page to ensure that it unloads when not needed. No options and nothing flashy to warrant a screenshot :P Making this extension as simple as possible.
Decided to make this as Chrome Toolbox doesn't work anymore on recent Chrome versions.
================= CHANGELOG:
0.95 [04/04/2021]
0.94 [31/05/2014]
0.93 [22/04/2014]
0.92 [22/12/12]
0.91 [28/11/12]
0.90 [26/11/12]
================= KNOWN BUG (probably fixed):
As the function that creates the new tab locks for about 1 second to alleviate the problem of multiple new tabs opening on operations like using 'close tabs to the right' on a large number of tabs:
there may be times where the new tab does not show up (e.g fast closing of tab, faster than 1 second when the function is still locked) or
there may be times when more than one new tabs show up (e.g using 'close tabs to the right' on a large number of tabs, slower than 1 second thus triggering the function again).