Wheeltab

Switch tabs using your mouse wheel.

ما هو Wheeltab؟

Wheeltab هو إضافة Chrome تم تطويرها بواسطة Mat، والميزة الرئيسية لها هي "Switch tabs using your mouse wheel.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wheeltab

قم بتنزيل ملفات الامتداد Wheeltab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}