OmniTab

Quickly switch tabs using the omnibar

OmniTabとは何ですか?

OmniTabはJames Kwanによって開発されたChromeの拡張機能で、その主な機能は「Quickly switch tabs using the omnibar」です。

拡張機能のスクリーンショット

screenshot

OmniTab拡張機能のCRXファイルをダウンロード

OmniTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
公式URL https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
説明 Quickly switch tabs using the omnibar
ファイルサイズ 63.65 KB
インストール数 378
現在のバージョン 1.2.1
最終更新日 2013-02-20
公開日 2013-02-20
評価 4.31/5 合計 13 レビュー
開発者 James Kwan
支払い方法 free
対応言語 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"
    ]
}