Copy-Code

Creates a copy to clipboard button on every code text.

Qu'est-ce que Copy-Code ?

Copy-Code est une extension Chrome développée par João da Torre Pereira, et sa fonction principale est "Creates a copy to clipboard button on every code text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy-Code

Téléchargez les fichiers d'extension Copy-Code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Copy-Code Copy-Code
ID heokjaibaafegafgaaodfgjjgjffnenk
URL Officiel https://chromewebstore.google.com/detail/copy-code/heokjaibaafegafgaaodfgjjgjffnenk
Description Creates a copy to clipboard button on every code text.
Taille du Fichier 569 KB
Nombre d'Installations 226
Version Actuelle 1.3
Dernière Mise à Jour 2023-08-05
Date de Publication 2022-06-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur João da Torre Pereira
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/thePeras/copy-code-extension
Langues Prises en Charge 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"
            ]
        }
    ]
}