Tab Switcher with Wheel

Switch tabs with mouse wheel.

Tab Switcher with Wheelคืออะไร?

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

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Switcher with Wheel

ดาวน์โหลดไฟล์ส่วนขยาย Tab Switcher with Wheel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        I got tired of selecting a tab using the mouse cursor.
So I created this extension.

You can switch tabs using the right-click and mouse wheel.
Just scroll the mouse wheel while pressing right-click.

Directions (left/right) can be changed depending on the setting.
By turning "Infinite switching" option on, tab switching does not stop at the last tab.
To open the settings popup, please pin this extension and click the icon.

-Notice
This extension does not work on chrome options/extension tabs and pages starting with file://.
And If the web page has iFrame on it, this extension may not work properly.

-Change Log
v0.5.2 fixed minor bugs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Switcher with Wheel Tab Switcher with Wheel
ID njpglomobjcmfhnojgielibggimlmcho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-switcher-with-wheel/njpglomobjcmfhnojgielibggimlmcho
คำอธิบาย Switch tabs with mouse wheel.
ขนาดไฟล์ 18.87 KB
จำนวนการติดตั้ง 1,102
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2020-09-11
วันที่เผยแพร่ 2020-09-09
คะแนน 2.46/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Y2NR
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/Y2NR1
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "permissions": [
        "webNavigation",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/Tab Switcher icon_16.png",
        "48": "images\/Tab Switcher icon_48.png",
        "128": "images\/Tab Switcher icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/Tab Switcher icon_32.png",
        "default_title": "Tab Switcher with Wheel",
        "default_popup": "popup.html"
    }
}