Wheeltab

Switch tabs using your mouse wheel.

Wheeltab là gì?

Wheeltab là một tiện ích mở rộng Chrome được phát triển bởi Mat, và tính năng chính của nó là "Switch tabs using your mouse wheel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wheeltab

Tải xuống các tệp mở rộng Wheeltab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wheeltab Wheeltab
ID acipnfeildejkaebclgfajogkmilgldh
URL Chính Thức https://chromewebstore.google.com/detail/wheeltab/acipnfeildejkaebclgfajogkmilgldh
Mô tả Switch tabs using your mouse wheel.
Kích Thước Tệp 11.09 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-04-18
Ngày Phát Hành 2016-05-27
Đánh Giá 1.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Mat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matco/wheeltab
URL Trang Trợ Giúp https://github.com/matco/wheeltab
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}