Give me back my scroll wheel

Capture any click event and cancel its propagation if the scroll wheel was used.

O que é Give me back my scroll wheel?

Give me back my scroll wheel é uma extensão do Chrome desenvolvida por https://ewoutkleinsmann.com, e sua principal característica é "Capture any click event and cancel its propagation if the scroll wheel was used.".

Baixar o arquivo CRX da Extensão Give me back my scroll wheel

Baixe arquivos de extensão Give me back my scroll wheel 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

                                            

Informações Básicas da Extensão

Nome Give me back my scroll wheel Give me back my scroll wheel
ID kfdffnefaojncoocjegphgaphgbkogpi
URL Oficial https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi
Descrição Capture any click event and cancel its propagation if the scroll wheel was used.
Tamanho do Arquivo 32.21 KB
Contagem de Instalações 21
Versão Atual 0.2
Última Atualização 2012-08-13
Data de Publicação 2012-08-13
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://ewoutkleinsmann.com
Tipo de Pagamento free
Site da Extensão http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/
Idiomas Suportados nl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Give me back my scroll wheel",
    "version": "0.2",
    "description": "Capture any click event and cancel its propagation if the scroll wheel was used.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}