Where is my tab?
Search in tabs.
Cos'è Where is my tab??
Where is my tab? è un'estensione di Chrome sviluppata da Michal Fabry, e la sua funzione principale è "Search in tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Where is my tab?
Scarica i file di estensione Where is my tab? 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
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
Informazioni di Base sull'Estensione
Nome | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
URL Ufficiale | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
Descrizione | Search in tabs. |
Dimensione del File | 35.11 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-02-21 |
Data di Pubblicazione | 2013-02-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Michal Fabry |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/furbos/where-is-my-tab |
URL della Pagina di Aiuto | https://github.com/furbos/where-is-my-tab/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |