Wheeltab

Switch tabs using your mouse wheel.

Wheeltabคืออะไร?

Wheeltab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mat และคุณลักษณะหลักของมันคือ "Switch tabs using your mouse wheel."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wheeltab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}