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.

Co to jest Fix Chrome middle click behaviour?

Fix Chrome middle click behaviour to rozszerzenie Chrome opracowane przez Will Hirsch, a jego główną funkcją jest „Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fix Chrome middle click behaviour

Pobierz pliki rozszerzeń Fix Chrome middle click behaviour 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
Oficjalny URL https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
Opis Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
Rozmiar pliku 6.19 KB
Liczba instalacji 2,577
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-12-20
Data Publikacji 2013-12-19
Ocena 4.43/5 Łącznie 75 Oceny
Deweloper Will Hirsch
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}