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
Eメール [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"
            ]
        }
    ]
}