OmniTab

Quickly switch tabs using the omnibar

Cos'è OmniTab?

OmniTab è un'estensione di Chrome sviluppata da James Kwan, e la sua funzione principale è "Quickly switch tabs using the omnibar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OmniTab

Scarica i file di estensione OmniTab 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

                        OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.                    

Informazioni di Base sull'Estensione

Nome OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
URL Ufficiale https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
Descrizione Quickly switch tabs using the omnibar
Dimensione del File 63.65 KB
Conteggio Installazioni 378
Versione Corrente 1.2.1
Ultimo Aggiornamento 2013-02-20
Data di Pubblicazione 2013-02-20
Valutazione 4.31/5 Totale 13 Valutazioni
Sviluppatore James Kwan
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OmniTab",
    "version": "1.2.1",
    "description": "Quickly switch tabs using the omnibar",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "o"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}