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.

什麼是Fix Chrome middle click behaviour?

Fix Chrome middle click behaviour是由Will Hirsch開發的Chrome擴展程式,該擴展的主要功能是“Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.”。

擴展截圖

screenshot

下載Fix Chrome middle click behaviour擴展crx文件

下載Fix Chrome middle click behaviour擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
官方網址 https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
簡介 Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
檔案大小 6.19 KB
安裝次數 2,577
目前版本 1.1
更新時間 2013-12-20
上架時間 2013-12-19
評分 4.43/5 共 75 次評分
開發者 Will Hirsch
付費類型 free
支援的語言 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"
        }
    ]
}