Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

O que é Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom é uma extensão do Chrome desenvolvida por phparkle, e sua principal característica é "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Disable Ctrl + Scroll Wheel Zoom

Baixe arquivos de extensão Disable Ctrl + Scroll Wheel Zoom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
URL Oficial https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Descrição Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Tamanho do Arquivo 142 KB
Contagem de Instalações 3,552
Versão Atual 1.1.2
Última Atualização 2023-08-24
Data de Publicação 2020-03-09
Classificação 4.30/5 Total de 27 Avaliações
Desenvolvedor phparkle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}