Close Other Tabs
Close all OTHER tabs!
Vad är Close Other Tabs?
Close Other Tabs är en Chrome-tillägg utvecklad av Delaney Garcia, och dess huvudfunktion är "Close all OTHER tabs!".
Tilläggsskärmbilder
Ladda ner Close Other Tabs-förlängningens CRX-fil
Ladda ner Close Other Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
When chrome phased out the 'close other tabs' functionality, I was bummed... so we made this extension which re-enables that functionality. When you click the extension icon, it should close all other tabs you have open. It will not close the active tab, nor will it close pinned tabs. I hope this saves you time like it did for us!
Grundläggande Information om Tillägg
Namn | Close Other Tabs |
ID | ibhnkmpkhgoblaieahebifggipoccekf |
Officiell webbadress | https://chromewebstore.google.com/detail/close-other-tabs/ibhnkmpkhgoblaieahebifggipoccekf |
Beskrivning | Close all OTHER tabs! |
Filstorlek | 17.36 KB |
Antal Installationer | 46 |
Aktuell Version | 1.02 |
Senast Uppdaterad | 2019-11-18 |
Publiceringsdatum | 2019-11-15 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Delaney Garcia |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Other Tabs", "description": "Close all OTHER tabs!", "version": "1.02", "homepage_url": "https:\/\/foobar.com", "icons": { "128": "icon.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Close OTHER tabs!", "default_icon": "icon.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |