Wheeltab

Switch tabs using your mouse wheel.

What is Wheeltab?

Wheeltab is a Chrome extension developed by Mat, and its main feature is "Switch tabs using your mouse wheel.".

Extension Screenshots

screenshot

Download Wheeltab Extension CRX File

Download Wheeltab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wheeltab Wheeltab
ID acipnfeildejkaebclgfajogkmilgldh
Official URL https://chromewebstore.google.com/detail/wheeltab/acipnfeildejkaebclgfajogkmilgldh
Description Switch tabs using your mouse wheel.
File Size 11.09 KB
Installation Count 253
Current Version 0.0.4
Last Updated 2022-04-18
Publish Date 2016-05-27
Rating 1.75/5 Total 8 Ratings
Developer Mat
Email [email protected]
Payment Type free
Extension Website https://github.com/matco/wheeltab
Help Page URL https://github.com/matco/wheeltab
Supported Languages 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"
    }
}