diff --git a/background.js b/background.js new file mode 100644 index 0000000..523b11a --- /dev/null +++ b/background.js @@ -0,0 +1,15 @@ +function announce_close(){ + console.log("closing all search tabs") + chrome.tabs.query({}, function(tabs) { + var closeable=[]; + for (var i=0; i