Tab Switcher with Wheel

Switch tabs with mouse wheel.

Tab Switcher with Wheel क्या है?

Tab Switcher with Wheel Y2NR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch tabs with mouse wheel."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Switcher with Wheel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}