No-Alt-Mouse-Wheel

Prevent mouse wheel scrolling if alt is pressed

No-Alt-Mouse-Wheel là gì?

No-Alt-Mouse-Wheel là một tiện ích mở rộng Chrome được phát triển bởi Lars Kiesow, và tính năng chính của nó là "Prevent mouse wheel scrolling if alt is pressed".

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

Tải xuống tệp CRX của tiện ích mở rộng No-Alt-Mouse-Wheel

Tải xuống các tệp mở rộng No-Alt-Mouse-Wheel 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

                        This comes in handy if system events are already bound to scrolling with modifier keys like for example the window managers desktop zoom accessibility feature which would otherwise cause page-scrolling in Chrome every time it is being used.                    

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

Tên No-Alt-Mouse-Wheel No-Alt-Mouse-Wheel
ID hhkhclphjffknpneoimgmpegghdfgmjb
URL Chính Thức https://chromewebstore.google.com/detail/no-alt-mouse-wheel/hhkhclphjffknpneoimgmpegghdfgmjb
Mô tả Prevent mouse wheel scrolling if alt is pressed
Kích Thước Tệp 16.6 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-03-20
Ngày Phát Hành 2019-03-14
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Lars Kiesow
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lkiesow/chromw-no-alt-mouse-wheel
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No-Alt-Mouse-Wheel",
    "description": "Prevent mouse wheel scrolling if alt is pressed",
    "version": "0.2",
    "author": "Lars Kiesow",
    "homepage_url": "https:\/\/github.com\/lkiesow\/chromw-no-alt-mouse-wheel",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "no-alt-wheel.js"
            ]
        }
    ]
}