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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |