Coopy - Multiple Copy/Paste

Coopy - Extension for Multiple Copy/Paste

Coopy - Multiple Copy/Paste là gì?

Coopy - Multiple Copy/Paste là một tiện ích mở rộng Chrome được phát triển bởi http://coopy.li, và tính năng chính của nó là "Coopy - Extension for Multiple Copy/Paste".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coopy - Multiple Copy/Paste

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

                        1. Enable extension
2. Select the necessary text and press the C key, select other necessary text and press the C key, over and over again
3. Go to the new document and press the V keys                    

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

Tên Coopy - Multiple Copy/Paste Coopy - Multiple Copy/Paste
ID bgimpaahmlbpgfbfdmjjfmfehngechli
URL Chính Thức https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli
Mô tả Coopy - Extension for Multiple Copy/Paste
Kích Thước Tệp 62.46 KB
Số Lần Cài Đặt 1,591
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-03-20
Ngày Phát Hành 2017-03-20
Đánh Giá 3.13/5 Tổng số 30 Đánh Giá
Nhà Phát Triển http://coopy.li
Loại Thanh Toán free
Trang Web Mở Rộng http://coopy.li/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coopy - Multiple Copy\/Paste",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Coopy - Extension for Multiple Copy\/Paste",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "lib\/iziToast\/js\/iziToast.min.js"
            ],
            "css": [
                "lib\/iziToast\/css\/iziToast.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "name": "click to enable",
        "default_icon": {
            "16": "images\/icons\/icon16off.png",
            "24": "images\/icons\/icon24off.png",
            "32": "images\/icons\/icon32off.png"
        }
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "",
        "storage",
        "tabs"
    ]
}