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
官方URL 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"
        }
    ]
}