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
公式URL 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"
    ]
}