Tab Switch

Easily switch between tabs by searching

Tab Switchとは何ですか?

Tab Switchはckuijjerによって開発されたChromeの拡張機能で、その主な機能は「Easily switch between tabs by searching」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Tab Switch Tab Switch
ID jibghimhedaoojdpdianpomdmgdhogce
公式URL https://chromewebstore.google.com/detail/tab-switch/jibghimhedaoojdpdianpomdmgdhogce
説明 Easily switch between tabs by searching
ファイルサイズ 73.75 KB
インストール数 49
現在のバージョン 0.0.51
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 7 レビュー
開発者 ckuijjer
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Switch",
    "version": "0.0.51",
    "manifest_version": 2,
    "description": "Easily switch between tabs by searching",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Tab Switch",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Open tab menu"
        },
        "previous": {
            "description": "Switch to the previous tab"
        }
    },
    "permissions": [
        "tabs"
    ]
}