Close other tabs
Browser extension to close other tabs
Cos'è Close other tabs?
Close other tabs è un'estensione di Chrome sviluppata da nunofaria11, e la sua funzione principale è "Browser extension to close other tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close other tabs
Scarica i file di estensione Close other tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple extension that provides a quick way of closing every other tab in window.
Informazioni di Base sull'Estensione
Nome | |
ID | cohclepbfkicjacnladehmbiepoaobmm |
URL Ufficiale | https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm |
Descrizione | Browser extension to close other tabs |
Dimensione del File | 5.51 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-11-08 |
Data di Pubblicazione | 2019-11-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | nunofaria11 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nunofaria11/close-other-tabs-ext |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close other tabs", "version": "1.0.2", "description": "Browser extension to close other tabs", "author": "Nuno Faria", "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } }, "icons": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } } |