Copy+

Copy what you want, the way you want.

Copy+ là gì?

Copy+ là một tiện ích mở rộng Chrome được phát triển bởi jeffrey.d.pierce, và tính năng chính của nó là "Copy what you want, the way you want.".

Ả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 Copy+

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

                        Copy tab titles and links, plus selected content with attribution and deep links to well formatted documents containing anchors or ids.                    

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

Tên Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
URL Chính Thức https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Mô tả Copy what you want, the way you want.
Kích Thước Tệp 47.77 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 2020.05.02
Cập Nhật Lần Cuối 2020-05-05
Ngày Phát Hành 2020-05-02
Nhà Phát Triển jeffrey.d.pierce
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": "Copy+",
    "description": "Copy what you want, the way you want.",
    "version": "2020.05.02",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_title": "Copy+",
        "default_icon": "images\/plus.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/plus.png",
        "48": "images\/plus.png",
        "128": "images\/plus.png"
    }
}