GitHub Label Copier
The easiest way to copy GitHub labels between repositories.
GitHub Label Copierคืออะไร?
GitHub Label Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vix Nguyen และคุณลักษณะหลักของมันคือ "The easiest way to copy GitHub labels between repositories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Label Copier
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |