Keeping Tabs
Search your open tabs to select the one you are looking for!
Cos'è Keeping Tabs?
Keeping Tabs è un'estensione di Chrome sviluppata da Manjesh Malavalli, e la sua funzione principale è "Search your open tabs to select the one you are looking for!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keeping Tabs
Scarica i file di estensione Keeping 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
For those of you who browse the web with a lot of open tabs, Keeping Tabs allow you to search your open tabs and get to the one you want. You don't have to click on each tab until you find the one you're looking for.
Informazioni di Base sull'Estensione
Nome | Keeping Tabs |
ID | bmacmmfphpkinaambadlchfgahmmhjmc |
URL Ufficiale | https://chromewebstore.google.com/detail/keeping-tabs/bmacmmfphpkinaambadlchfgahmmhjmc |
Descrizione | Search your open tabs to select the one you are looking for! |
Dimensione del File | 15.56 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-23 |
Data di Pubblicazione | 2015-11-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Manjesh Malavalli |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "name": "Keeping Tabs", "description": "Search your open tabs to select the one you are looking for!", "icons": { "16": "assets\/logo\/16.png", "32": "assets\/logo\/32.png", "48": "assets\/logo\/48.png", "128": "assets\/logo\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "assets\/logo\/32.png" } }, "background": { "scripts": [ "background\/opentabs.js" ] }, "permissions": [ "*:\/\/*\/*\/", "chrome:\/\/favicon\/*", "tabs" ] } |