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.

Cos'è Fix Chrome middle click behaviour?

Fix Chrome middle click behaviour è un'estensione di Chrome sviluppata da Will Hirsch, e la sua funzione principale è "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fix Chrome middle click behaviour

Scarica i file di estensione Fix Chrome middle click behaviour in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
URL Ufficiale https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
Descrizione Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
Dimensione del File 6.19 KB
Conteggio Installazioni 2,577
Versione Corrente 1.1
Ultimo Aggiornamento 2013-12-20
Data di Pubblicazione 2013-12-19
Valutazione 4.43/5 Totale 75 Valutazioni
Sviluppatore Will Hirsch
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}