Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Co to jest Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom to rozszerzenie Chrome opracowane przez phparkle, a jego główną funkcją jest „Disables the ctrl + scroll wheel zoom shortcut in Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disable Ctrl + Scroll Wheel Zoom

Pobierz pliki rozszerzeń Disable Ctrl + Scroll Wheel Zoom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
Oficjalny URL https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Opis Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Rozmiar pliku 142 KB
Liczba instalacji 3,552
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-08-24
Data Publikacji 2020-03-09
Ocena 4.30/5 Łącznie 27 Oceny
Deweloper phparkle
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}