10-06-2016, 08:17 PM
I don't have that option.
In the extension code there is this
In the extension code there is this
Code:
function shutdown() {
chrome.tabs.query({}, function(tabs) {
for (var t = 0; t < tabs.length; t++)
chrome.tabs.remove(tabs[t].id)
});
}