Enable Copy

Enables Copy option which was disabled with CSS

Enable Copy là gì?

Enable Copy là một tiện ích mở rộng Chrome được phát triển bởi Parveen Sharma, và tính năng chính của nó là "Enables Copy option which was disabled with CSS".

Tải xuống tệp CRX của tiện ích mở rộng Enable Copy

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

                        This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.                    

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

Tên Enable Copy Enable Copy
ID gmcchhpbifhgejjcndloaeilbfpojkne
URL Chính Thức https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne
Mô tả Enables Copy option which was disabled with CSS
Kích Thước Tệp 32.98 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-08-13
Ngày Phát Hành 2017-08-13
Nhà Phát Triển Parveen Sharma
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy ",
    "version": "1.2",
    "description": "Enables Copy option which was disabled with CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "fun.js"
            ]
        }
    ],
    "manifest_version": 2
}