enable-selection

Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…

enable-selection là gì?

enable-selection là một tiện ích mở rộng Chrome được phát triển bởi limkokhole, và tính năng chính của nó là "Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…".

Ả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 enable-selection

Tải xuống các tệp mở rộng enable-selection 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

                        Enable Selection in some websites which block selection by mouse to open context menu and copy.

This small (only ~20 lines of code) extension performs basic anti-anti-selection when website blocking selection to copy and open context menu.

Example of working websites are:
[1] https://cn.cari.com.my
[2] http://chinapress.com.my
[3] http://sinchew.com.my
[4] http://guangming.com.my
[5] http://www.enanyang.my
[6] http://dynamicdrive.com/dynamicindex9/noright.htm
[7] https://www.zhihu.com
[8] https://www.qidian.com

Tip: This extension might no effect If the web page still loading, in that, case, either wait for the page loaded OR press "Esc" key to stop loading immediately.                    

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

Tên enable-selection enable-selection
ID jehoagbopeaefibnihnfgenfcilmcikj
URL Chính Thức https://chromewebstore.google.com/detail/enable-selection/jehoagbopeaefibnihnfgenfcilmcikj
Mô tả Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…
Kích Thước Tệp 11.86 KB
Số Lần Cài Đặt 3,500
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-01-11
Ngày Phát Hành 2019-01-07
Đánh Giá 4.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển limkokhole
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "enable-selection",
    "short_name": "select",
    "version": "1.1",
    "icons": {
        "128": "icons\/select_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "selection.js"
            ],
            "css": [
                "selection.css"
            ]
        }
    ]
}