Coopy - Multiple Copy/Paste

Coopy - Extension for Multiple Copy/Paste

什麼是Coopy - Multiple Copy/Paste?

Coopy - Multiple Copy/Paste是由http://coopy.li開發的Chrome擴展程式,該擴展的主要功能是“Coopy - Extension for Multiple Copy/Paste”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Coopy - Multiple Copy/Paste擴展crx文件

下載Coopy - Multiple Copy/Paste擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Coopy - Multiple Copy/Paste Coopy - Multiple Copy/Paste
ID bgimpaahmlbpgfbfdmjjfmfehngechli
官方網址 https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli
簡介 Coopy - Extension for Multiple Copy/Paste
檔案大小 62.46 KB
安裝次數 1,591
目前版本 1.1
更新時間 2017-03-20
上架時間 2017-03-20
評分 3.13/5 共 30 次評分
開發者 http://coopy.li
付費類型 free
擴展官網 http://coopy.li/
支援的語言 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"
    ]
}