Fix Chrome middle click behaviour

Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.

O que é Fix Chrome middle click behaviour?

Fix Chrome middle click behaviour é uma extensão do Chrome desenvolvida por Will Hirsch, e sua principal característica é "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fix Chrome middle click behaviour

Baixe arquivos de extensão Fix Chrome middle click behaviour 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 Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
URL Oficial https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
Descrição Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
Tamanho do Arquivo 6.19 KB
Contagem de Instalações 2,577
Versão Atual 1.1
Última Atualização 2013-12-20
Data de Publicação 2013-12-19
Classificação 4.43/5 Total de 75 Avaliações
Desenvolvedor Will Hirsch
Tipo de Pagamento free
Idiomas Suportados en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.1",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}