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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}