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"
        }
    ]
}