Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

什么是Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom是由phparkle开发的Chrome扩展程序,该扩展的主要功能是“Disables the ctrl + scroll wheel zoom shortcut in Chrome.”。

扩展截图

screenshot

下载Disable Ctrl + Scroll Wheel Zoom扩展crx文件

下载Disable Ctrl + Scroll Wheel Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
官方URL https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
简介 Disables the ctrl + scroll wheel zoom shortcut in Chrome.
文件大小 142 KB
安装次数 3,552
当前版本 1.1.2
更新时间 2023-08-24
上架时间 2020-03-09
评分 4.30/5 共27次评分
开发者 phparkle
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}