GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
What is GitHub Label Copier?
GitHub Label Copier is a Chrome extension developed by Vix Nguyen, and its main feature is "The easiest way to copy GitHub labels between repositories.".
Extension Screenshots
Download GitHub Label Copier Extension CRX File
Download GitHub Label Copier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GitHub Label Copier |
ID | gieeedneboaipijmkejbjejdaleohlfd |
Official URL | https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd |
Description | The easiest way to copy GitHub labels between repositories. |
File Size | 48.79 KB |
Installation Count | 37 |
Current Version | 1.3 |
Last Updated | 2023-04-28 |
Publish Date | 2021-04-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Vix Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |