Tabalot Tabalot

Productivity
Version: 2.0.0
Last Update: 2018-09-02

User Reviews


avatar Geoff Speedie
2016-05-20

uh.. wow. dont even give a warning when first install, just lot like 90 tabs... great first impression..

2nd u need to hav a list of all the tabs that this ext closes. bcif it just closes them and i dont even realize whats been closed is a big problem. fix those and well talk. otherwise uninstall

avatar Lee Kohl-Bradley
2013-11-01

Super easy to change number of allowed tabs.

Function isn't ideal. I hacked it to give an alert rather than randomly close tabs. change this line in the js:

// close the leftmost tab that isn't active or the instigator of the last opened tab
--unPinnedTabsCount;
alert("Over tab limit");
chrome.tabs.query(currentWindow: true, active: true, function(tab) // Get the current tab
chrome.tabs.remove(tab[0].id); // Remove the tab
);

avatar Geoff Speedie
2016-05-20

uh.. wow. dont even give a warning when first install, just lot like 90 tabs... great first impression..

2nd u need to hav a list of all the tabs that this ext closes. bcif it just closes them and i dont even realize whats been closed is a big problem. fix those and well talk. otherwise uninstall

avatar l kb
2013-11-01

Super easy to change number of allowed tabs.

Function isn't ideal. I hacked it to give an alert rather than randomly close tabs. change this line in the js:

// close the leftmost tab that isn't active or the instigator of the last opened tab
--unPinnedTabsCount;
alert("Over tab limit");
chrome.tabs.query(currentWindow: true, active: true, function(tab) // Get the current tab
chrome.tabs.remove(tab[0].id); // Remove the tab
);

avatar Geoff Speedie
2016-05-20

uh.. wow. dont even give a warning when first install, just lot like 90 tabs... great first impression..

2nd u need to hav a list of all the tabs that this ext closes. bcif it just closes them and i dont even realize whats been closed is a big problem. fix those and well talk. otherwise uninstall

avatar l kb
2013-11-01

Super easy to change number of allowed tabs.

Function isn't ideal. I hacked it to give an alert rather than randomly close tabs. change this line in the js:

// close the leftmost tab that isn't active or the instigator of the last opened tab
--unPinnedTabsCount;
alert("Over tab limit");
chrome.tabs.query(currentWindow: true, active: true, function(tab) // Get the current tab
chrome.tabs.remove(tab[0].id); // Remove the tab
);

avatar Geoff Speedie
2016-05-20

uh.. wow. dont even give a warning when first install, just lot like 90 tabs... great first impression..

2nd u need to hav a list of all the tabs that this ext closes. bcif it just closes them and i dont even realize whats been closed is a big problem. fix those and well talk. otherwise uninstall

avatar l kb
2013-11-01

Super easy to change number of allowed tabs.

Function isn't ideal. I hacked it to give an alert rather than randomly close tabs. change this line in the js:

// close the leftmost tab that isn't active or the instigator of the last opened tab
--unPinnedTabsCount;
alert("Over tab limit");
chrome.tabs.query(currentWindow: true, active: true, function(tab) // Get the current tab
chrome.tabs.remove(tab[0].id); // Remove the tab
);

avatar Geoff Speedie
2016-05-20

uh.. wow. dont even give a warning when first install, just lot like 90 tabs... great first impression..

2nd u need to hav a list of all the tabs that this ext closes. bcif it just closes them and i dont even realize whats been closed is a big problem. fix those and well talk. otherwise uninstall

avatar l kb
2013-11-01

Super easy to change number of allowed tabs.

Function isn't ideal. I hacked it to give an alert rather than randomly close tabs. change this line in the js:

// close the leftmost tab that isn't active or the instigator of the last opened tab
--unPinnedTabsCount;
alert("Over tab limit");
chrome.tabs.query(currentWindow: true, active: true, function(tab) // Get the current tab
chrome.tabs.remove(tab[0].id); // Remove the tab
);

Related Extensions