wquicktabs
Quick search through your tabs
Cos'è wquicktabs?
wquicktabs è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quick search through your tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione wquicktabs
Scarica i file di estensione wquicktabs 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
Quickly filter, find and move across all your tabs from all windows. Activate it by clicking on the icon or by key bindings MAC: Command + Shift + L | WINDOWS: Ctrl + Shift + L
Informazioni di Base sull'Estensione
Nome | wquicktabs |
ID | jiapgndgdeanmlddflmlldnnkfojgieb |
URL Ufficiale | https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb |
Descrizione | Quick search through your tabs |
Dimensione del File | 308 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-12-04 |
Data di Pubblicazione | 2018-12-04 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://wquicktabs.com |
URL della Pagina di Aiuto | http://wquicktabs.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wquicktabs", "description": "Quick search through your tabs", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "wquicktabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "tabs", "history", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Ctrl+Shift+L" } } } } |