Wheeltab

Switch tabs using your mouse wheel.

Wheeltabとは何ですか?

WheeltabはMatによって開発されたChromeの拡張機能で、その主な機能は「Switch tabs using your mouse wheel.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Wheeltab allows you to navigate through your open tabs using your mouse wheel.

Press and hold the left button of your mouse, without moving your mouse. Then, use your mouse wheel to scroll through the list of open tabs in the menu that will appear. Release the left button to jump to the highlighted tab. Use the "Escape" key to close the menu and stay on the current tab.                    

拡張機能の基本情報

名前 Wheeltab Wheeltab
ID acipnfeildejkaebclgfajogkmilgldh
公式URL https://chromewebstore.google.com/detail/wheeltab/acipnfeildejkaebclgfajogkmilgldh
説明 Switch tabs using your mouse wheel.
ファイルサイズ 11.09 KB
インストール数 253
現在のバージョン 0.0.4
最終更新日 2022-04-18
公開日 2016-05-27
評価 1.75/5 合計 8 レビュー
開発者 Mat
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/matco/wheeltab
ヘルプページのURL https://github.com/matco/wheeltab
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wheeltab",
    "version": "0.0.4",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "spanning",
    "author": "Matthieu Corageoud",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    }
}