Copy-Code

Creates a copy to clipboard button on every code text.

Apa itu Copy-Code?

Copy-Code adalah ekstensi Chrome yang dikembangkan oleh João da Torre Pereira, dan fitur utamanya adalah "Creates a copy to clipboard button on every code text.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy-Code

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

                        Appends a button to all code snippets to instantly copy the code to clipboard. Extension available for stackoverflow.com, moodle.up.pt and much more.

This project is open source and you also can contribute with ideas                    

Informasi Dasar Ekstensi

Nama Copy-Code Copy-Code
ID heokjaibaafegafgaaodfgjjgjffnenk
URL Resmi https://chromewebstore.google.com/detail/copy-code/heokjaibaafegafgaaodfgjjgjffnenk
Deskripsi Creates a copy to clipboard button on every code text.
Ukuran File 569 KB
Jumlah Instalasi 226
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-08-05
Tanggal Publikasi 2022-06-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang João da Torre Pereira
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/thePeras/copy-code-extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy-Code",
    "version": "1.3",
    "description": "Creates a copy to clipboard button on every code text.",
    "icons": {
        "48": "icons\/copy-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stackoverflow.com\/*",
                "https:\/\/stackoverflowteams.com\/*",
                "https:\/\/*.stackexchange.com\/*",
                "https:\/\/serverfault.com\/*",
                "https:\/\/superuser.com\/*",
                "https:\/\/askubuntu.com\/*",
                "https:\/\/moodle.up.pt\/*",
                "https:\/\/www.w3resource.com\/*",
                "https:\/\/w3resource.com\/*",
                "https:\/\/villate.org\/*",
                "https:\/\/*.medium.com\/*",
                "https:\/\/www.npmjs.com\/*",
                "https:\/\/forums.raspberrypi.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}