GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
Co je GitHub Label Copier?
GitHub Label Copier je rozšíření Chrome vyvinuté Vix Nguyen, a jeho hlavní funkcí je „The easiest way to copy GitHub labels between repositories.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Label Copier
Stáhněte si soubory rozšíření GitHub Label Copier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GitHub Label Copier |
ID | gieeedneboaipijmkejbjejdaleohlfd |
Oficiální URL | https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd |
Popis | The easiest way to copy GitHub labels between repositories. |
Velikost souboru | 48.79 KB |
Počet instalací | 37 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2023-04-28 |
Datum Vydání | 2021-04-19 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Vix Nguyen |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |