OmniTab

Quickly switch tabs using the omnibar

Hvad er OmniTab?

OmniTab er en Chrome-udvidelse udviklet af James Kwan, og dens hovedfunktion er "Quickly switch tabs using the omnibar".

Udvidelsesskærmbilleder

screenshot

Download OmniTab-udvidelses-CRX-fil

Download OmniTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
Officiel URL https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
Beskrivelse Quickly switch tabs using the omnibar
Filstørrelse 63.65 KB
Antal Installationer 378
Nuværende Version 1.2.1
Senest Opdateret 2013-02-20
Udgivelsesdato 2013-02-20
Bedømmelse 4.31/5 Samlet 13 Bedømmelser
Udvikler James Kwan
Betalingsmetode free
Understøttede Sprog 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"
    ]
}