Open Tabs
This extention helps you manage all open tabs on Chrome
Cos'è Open Tabs?
Open Tabs è un'estensione di Chrome sviluppata da Gaurav Singh, e la sua funzione principale è "This extention helps you manage all open tabs on Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Tabs
Scarica i file di estensione Open 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
Open Tabs Chrome Extension helps you list of all open tabs in your Chrome Browser. You can click on the item to go to that tab else use button to close the tab without leaving your current page. This extension will help users with lot of open tabs who find it hard to search for a particular tab among a large number of open tabs.
Informazioni di Base sull'Estensione
Nome | Open Tabs |
ID | oknojkefnapbaniiddklccemnekcfobm |
URL Ufficiale | https://chromewebstore.google.com/detail/open-tabs/oknojkefnapbaniiddklccemnekcfobm |
Descrizione | This extention helps you manage all open tabs on Chrome |
Dimensione del File | 37.51 KB |
Conteggio Installazioni | 536 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-10-09 |
Data di Pubblicazione | 2014-10-09 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Gaurav Singh |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/sgaurav_baghel |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "description": "This extention helps you manage all open tabs on Chrome", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "newtab.html" } } |