Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Disable Ctrl + Scroll Wheel Zoom là gì?

Disable Ctrl + Scroll Wheel Zoom là một tiện ích mở rộng Chrome được phát triển bởi phparkle, và tính năng chính của nó là "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Ả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 Disable Ctrl + Scroll Wheel Zoom

Tải xuống các tệp mở rộng Disable Ctrl + Scroll Wheel Zoom 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

                        IMPORTANT NOTE:

Please test this extension on any website that is NOT the Chrome web store! Chrome does not allow extensions to run any code on the store itself.                    

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

Tên Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
URL Chính Thức https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Mô tả Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 3,552
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2020-03-09
Đánh Giá 4.30/5 Tổng số 27 Đánh Giá
Nhà Phát Triển phparkle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ctrl + Scroll Wheel Zoom",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Disables the ctrl + scroll wheel zoom shortcut in Chrome.",
    "homepage_url": "http:\/\/github.com\/phparkle\/disable-scroll-wheel-zoom",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "disable-scroll-wheel-zoom.min.js"
            ]
        }
    ]
}