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
电子邮箱 [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"
    }
}