Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Cos'è Close Tabs To The Left?
Close Tabs To The Left è un'estensione di Chrome sviluppata da fr1sk, e la sua funzione principale è "This extension allows the user to close chrome tabs to the left, with one press of the button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close Tabs To The Left
Scarica i file di estensione Close Tabs To The Left 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
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
Informazioni di Base sull'Estensione
Nome | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
URL Ufficiale | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
Descrizione | This extension allows the user to close chrome tabs to the left, with one press of the button |
Dimensione del File | 11.62 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-02-22 |
Data di Pubblicazione | 2019-02-22 |
Sviluppatore | fr1sk |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |