Tab Search
Type 'tab' into the omni-bar to auto search tabs.
Cos'è Tab Search?
Tab Search è un'estensione di Chrome sviluppata da Christopher Woodall, e la sua funzione principale è "Type 'tab' into the omni-bar to auto search tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Search
Scarica i file di estensione Tab Search 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
Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | pnpaghglijhcifnapcejommkplmmiaga |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
| Descrizione | Type 'tab' into the omni-bar to auto search tabs. |
| Dimensione del File | 17.01 KB |
| Conteggio Installazioni | 16 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-02-01 |
| Data di Pubblicazione | 2015-02-01 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Christopher Woodall |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Search",
"description": "Type 'tab' into the omni-bar to auto search tabs.",
"version": "1.0",
"omnibox": {
"keyword": "tab"
},
"icons": {
"16": "app\/assets\/img\/logo16.png",
"48": "app\/assets\/img\/logo48.png",
"128": "app\/assets\/img\/logo128.png"
},
"background": {
"persistent": false,
"scripts": [
"app\/BackgroundScript.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |