Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

Let Me Copy là gì?

Let Me Copy là một tiện ích mở rộng Chrome được phát triển bởi debugger, và tính năng chính của nó là "Extension to allow copy text from websites where doesn't allow us to copy their content".

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

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

                                            

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

Tên Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
URL Chính Thức https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
Mô tả Extension to allow copy text from websites where doesn't allow us to copy their content
Kích Thước Tệp 7.86 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-20
Ngày Phát Hành 2018-03-20
Đánh Giá 2.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển debugger
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}