GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

Was ist GitHub Label Copier?

GitHub Label Copier ist eine Chrome-Erweiterung, die von Vix Nguyen entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to copy GitHub labels between repositories.".

Erweiterungsscreenshots

screenshot

GitHub Label Copier-Erweiterungs-CRX-Datei herunterladen

Laden Sie GitHub Label Copier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GitHub Label Copier GitHub Label Copier
ID gieeedneboaipijmkejbjejdaleohlfd
Offizielle URL https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd
Beschreibung The easiest way to copy GitHub labels between repositories.
Dateigröße 48.79 KB
Installationsanzahl 37
Aktuelle Version 1.3
Letztes Update 2023-04-28
Veröffentlichungsdatum 2021-04-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Vix Nguyen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}