OmniTab

Quickly switch tabs using the omnibar

Wat is OmniTab?

OmniTab is een Chrome-extensie ontwikkeld door James Kwan, en de belangrijkste functie is "Quickly switch tabs using the omnibar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OmniTab

Download OmniTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
Officiële URL https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
Beschrijving Quickly switch tabs using the omnibar
Bestandsgrootte 63.65 KB
Aantal Installaties 378
Huidige Versie 1.2.1
Laatst Bijgewerkt 2013-02-20
Publicatiedatum 2013-02-20
Beoordeling 4.31/5 Totaal 13 Beoordelingen
Ontwikkelaar James Kwan
Betalingswijze free
Ondersteunde Talen 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"
    ]
}