Tab Switcher with Wheel

Switch tabs with mouse wheel.

什麼是Tab Switcher with Wheel?

Tab Switcher with Wheel是由Y2NR開發的Chrome擴展程式,該擴展的主要功能是“Switch tabs with mouse wheel.”。

擴展截圖

screenshot
screenshot

下載Tab Switcher with Wheel擴展crx文件

下載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
官方網址 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"
    }
}