Close tabs to the left
Allows to close all tabs to the left
Cos'è Close tabs to the left?
Close tabs to the left è un'estensione di Chrome sviluppata da Acinonyx, e la sua funzione principale è "Allows to close all tabs to the left".
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
Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
Informazioni di Base sull'Estensione
Nome | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
URL Ufficiale | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
Descrizione | Allows to close all tabs to the left |
Dimensione del File | 9.79 KB |
Conteggio Installazioni | 2,724 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-02-18 |
Data di Pubblicazione | 2013-02-18 |
Valutazione | 4.12/5 Totale 41 Valutazioni |
Sviluppatore | Acinonyx |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |