Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Apa itu Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom adalah ekstensi Chrome yang dikembangkan oleh phparkle, dan fitur utamanya adalah "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Disable Ctrl + Scroll Wheel Zoom

Unduh file ekstensi Disable Ctrl + Scroll Wheel Zoom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
URL Resmi https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Deskripsi Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Ukuran File 142 KB
Jumlah Instalasi 3,552
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-08-24
Tanggal Publikasi 2020-03-09
Penilaian 4.30/5 Total 27 Penilaian
Pengembang phparkle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}