Close Current Tab Button
A close tab button adds to the toolbar.
Cos'è Close Current Tab Button?
Close Current Tab Button è un'estensione di Chrome sviluppata da Piak, e la sua funzione principale è "A close tab button adds to the toolbar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close Current Tab Button
Scarica i file di estensione Close Current Tab Button 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
Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster. Port Firefox add-ons to Chrome : Simple Close Tab button v1.2 Release Note: 1.0.2 - Remove unused initialize permission.
Informazioni di Base sull'Estensione
Nome | Close Current Tab Button |
ID | jpbiknamaihiojmalpahjdcoognffldc |
URL Ufficiale | https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc |
Descrizione | A close tab button adds to the toolbar. |
Dimensione del File | 5.58 KB |
Conteggio Installazioni | 433 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-03-09 |
Data di Pubblicazione | 2023-03-09 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Piak |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Current Tab Button", "version": "1.0.2", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "A close tab button adds to the toolbar.", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |