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.

Apa itu Fix Chrome middle click behaviour?

Fix Chrome middle click behaviour adalah ekstensi Chrome yang dikembangkan oleh Will Hirsch, dan fitur utamanya adalah "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fix Chrome middle click behaviour

Unduh file ekstensi Fix Chrome middle click behaviour dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
URL Resmi https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
Deskripsi Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
Ukuran File 6.19 KB
Jumlah Instalasi 2,577
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-12-20
Tanggal Publikasi 2013-12-19
Penilaian 4.43/5 Total 75 Penilaian
Pengembang Will Hirsch
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}