GitHub Issue Badges (for Enterprise)
Replace issue links to badges displaying issue status/title
ما هو GitHub Issue Badges (for Enterprise)؟
GitHub Issue Badges (for Enterprise) هو إضافة Chrome تم تطويرها بواسطة motemen، والميزة الرئيسية لها هي "Replace issue links to badges displaying issue status/title".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Issue Badges (for Enterprise)
قم بتنزيل ملفات الامتداد GitHub Issue Badges (for Enterprise) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces issue/PR links on GitHub Enterprise to badges, which includes their status (open, merged or closed) and assignees.
معلومات أساسية عن التمديد
الاسم | GitHub Issue Badges (for Enterprise) |
ID | bnbbodldimbdcckbnplohombkipjnmni |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni |
الوصف | Replace issue links to badges displaying issue status/title |
حجم الملف | 208 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 2.5.3 |
آخر تحديث | 2021-05-08 |
تاريخ النشر | 2019-04-15 |
المطور | motemen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/motemen/chrome-GitHub-Issue-Badges |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Badges (for Enterprise)", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page_GHE.html" } |