Copy+

Copy what you want, the way you want.

Apa itu Copy+?

Copy+ adalah ekstensi Chrome yang dikembangkan oleh jeffrey.d.pierce, dan fitur utamanya adalah "Copy what you want, the way you want.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy+

Unduh file ekstensi Copy+ 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

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

Informasi Dasar Ekstensi

Nama Copy+ Copy+
ID fongiamncbegghdnkbfbklddncbhbmed
URL Resmi https://chromewebstore.google.com/detail/copy+/fongiamncbegghdnkbfbklddncbhbmed
Deskripsi Copy what you want, the way you want.
Ukuran File 47.77 KB
Jumlah Instalasi 72
Versi Saat Ini 2020.05.02
Terakhir Diperbarui 2020-05-05
Tanggal Publikasi 2020-05-02
Pengembang jeffrey.d.pierce
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}