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
官方網址 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"
            ]
        }
    ]
}