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 |
官方網址 | 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" } } |