GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
Wat is GitHub Label Copier?
GitHub Label Copier is een Chrome-extensie ontwikkeld door Vix Nguyen, en de belangrijkste functie is "The easiest way to copy GitHub labels between repositories.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Label Copier
Download GitHub Label Copier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gieeedneboaipijmkejbjejdaleohlfd |
| Officiële URL | https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd |
| Beschrijving | The easiest way to copy GitHub labels between repositories. |
| Bestandsgrootte | 48.79 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2023-04-28 |
| Publicatiedatum | 2021-04-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Vix Nguyen |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |