GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

Vad är GitHub Label Copier?

GitHub Label Copier är en Chrome-tillägg utvecklad av Vix Nguyen, och dess huvudfunktion är "The easiest way to copy GitHub labels between repositories.".

Tilläggsskärmbilder

screenshot

Ladda ner GitHub Label Copier-förlängningens CRX-fil

Ladda ner GitHub Label Copier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GitHub Label Copier GitHub Label Copier
ID gieeedneboaipijmkejbjejdaleohlfd
Officiell webbadress https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd
Beskrivning The easiest way to copy GitHub labels between repositories.
Filstorlek 48.79 KB
Antal Installationer 37
Aktuell Version 1.3
Senast Uppdaterad 2023-04-28
Publiceringsdatum 2021-04-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Vix Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}