Limit the maximum number of open tabs
Total ratings
3.50
(Rating count:
4)
Recent reviews
Recent rating average:
2.50
All time rating average:
3.50
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2016-05-19 | Geoff Speedie | 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 | ||
2013-10-31 | Lee Kohl-Bradley | 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 }); |