GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

Qu'est-ce que GitHub Label Copier ?

GitHub Label Copier est une extension Chrome développée par Vix Nguyen, et sa fonction principale est "The easiest way to copy GitHub labels between repositories.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub Label Copier

Téléchargez les fichiers d'extension GitHub Label Copier 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

                        When working in multiple project, I have trouble when defining labels for each repository, it take a lot of time. My idea is to create this extension to help people to easy to clone GitHub labels between repositories.                    

Informations de Base sur l'Extension

Nom GitHub Label Copier GitHub Label Copier
ID gieeedneboaipijmkejbjejdaleohlfd
URL Officiel https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd
Description The easiest way to copy GitHub labels between repositories.
Taille du Fichier 48.79 KB
Nombre d'Installations 37
Version Actuelle 1.3
Dernière Mise à Jour 2023-04-28
Date de Publication 2021-04-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Vix Nguyen
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Label Copier",
    "description": "The easiest way to copy GitHub labels between repositories.",
    "version": "1.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/github-label-copier_16.png",
            "32": "\/images\/github-label-copier_32.png",
            "48": "\/images\/github-label-copier_48.png",
            "128": "\/images\/github-label-copier_128.png"
        }
    },
    "icons": {
        "16": "\/images\/github-label-copier_16.png",
        "32": "\/images\/github-label-copier_32.png",
        "48": "\/images\/github-label-copier_48.png",
        "128": "\/images\/github-label-copier_128.png"
    }
}