GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
什么是GitHub Label Copier?
GitHub Label Copier是由Vix Nguyen开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to copy GitHub labels between repositories.”。
扩展截图
下载GitHub Label Copier扩展crx文件
下载GitHub Label Copier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | GitHub Label Copier |
ID | gieeedneboaipijmkejbjejdaleohlfd |
官方URL | https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd |
简介 | The easiest way to copy GitHub labels between repositories. |
文件大小 | 48.79 KB |
安装次数 | 37 |
当前版本 | 1.3 |
更新时间 | 2023-04-28 |
上架时间 | 2021-04-19 |
评分 | 5.00/5 共1次评分 |
开发者 | Vix Nguyen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |