Wheeltab

Switch tabs using your mouse wheel.

Apa itu Wheeltab?

Wheeltab adalah ekstensi Chrome yang dikembangkan oleh Mat, dan fitur utamanya adalah "Switch tabs using your mouse wheel.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wheeltab

Unduh file ekstensi Wheeltab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wheeltab Wheeltab
ID acipnfeildejkaebclgfajogkmilgldh
URL Resmi https://chromewebstore.google.com/detail/wheeltab/acipnfeildejkaebclgfajogkmilgldh
Deskripsi Switch tabs using your mouse wheel.
Ukuran File 11.09 KB
Jumlah Instalasi 253
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2022-04-18
Tanggal Publikasi 2016-05-27
Penilaian 1.75/5 Total 8 Penilaian
Pengembang Mat
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/matco/wheeltab
URL Halaman Bantuan https://github.com/matco/wheeltab
Bahasa yang Didukung 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"
    }
}