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 là gì?

Fix Chrome middle click behaviour là một tiện ích mở rộng Chrome được phát triển bởi Will Hirsch, và tính năng chính của nó là "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix Chrome middle click behaviour

Tải xuống các tệp mở rộng Fix Chrome middle click behaviour dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
URL Chính Thức https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
Mô tả Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
Kích Thước Tệp 6.19 KB
Số Lần Cài Đặt 2,577
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-12-20
Ngày Phát Hành 2013-12-19
Đánh Giá 4.43/5 Tổng số 75 Đánh Giá
Nhà Phát Triển Will Hirsch
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}