GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
Co to jest GitHub Label Copier?
GitHub Label Copier to rozszerzenie Chrome opracowane przez Vix Nguyen, a jego główną funkcją jest „The easiest way to copy GitHub labels between repositories.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Label Copier
Pobierz pliki rozszerzeń GitHub Label Copier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gieeedneboaipijmkejbjejdaleohlfd |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd |
| Opis | The easiest way to copy GitHub labels between repositories. |
| Rozmiar pliku | 48.79 KB |
| Liczba instalacji | 37 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2023-04-28 |
| Data Publikacji | 2021-04-19 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Vix Nguyen |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |