Coopy - Multiple Copy/Paste

Coopy - Extension for Multiple Copy/Paste

Apa itu Coopy - Multiple Copy/Paste?

Coopy - Multiple Copy/Paste adalah ekstensi Chrome yang dikembangkan oleh http://coopy.li, dan fitur utamanya adalah "Coopy - Extension for Multiple Copy/Paste".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Coopy - Multiple Copy/Paste

Unduh file ekstensi Coopy - Multiple Copy/Paste dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Coopy - Multiple Copy/Paste Coopy - Multiple Copy/Paste
ID bgimpaahmlbpgfbfdmjjfmfehngechli
URL Resmi https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli
Deskripsi Coopy - Extension for Multiple Copy/Paste
Ukuran File 62.46 KB
Jumlah Instalasi 1,591
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-03-20
Tanggal Publikasi 2017-03-20
Penilaian 3.13/5 Total 30 Penilaian
Pengembang http://coopy.li
Tipe Pembayaran free
Situs Ekstensi http://coopy.li/
Bahasa yang Didukung 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"
    ]
}