GitHub Approve/Deny
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
ما هو GitHub Approve/Deny؟
GitHub Approve/Deny هو إضافة Chrome تم تطويرها بواسطة Brandon Peters، والميزة الرئيسية لها هي "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Approve/Deny
قم بتنزيل ملفات الامتداد GitHub Approve/Deny بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
معلومات أساسية عن التمديد
الاسم | GitHub Approve/Deny |
ID | hcjehejpankhfgchggllpehjoleheidm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-approvedeny/hcjehejpankhfgchggllpehjoleheidm |
الوصف | Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text. |
حجم الملف | 13.32 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.4 |
آخر تحديث | 2015-04-27 |
تاريخ النشر | 2015-04-27 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | Brandon Peters |
نوع الدفع | free |
موقع الإضافة | https://github.com/cisox/github-approve-deny |
عنوان صفحة المساعدة | https://github.com/cisox/github-approve-deny/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Approve\/Deny", "short_name": "GH Approvals", "version": "1.4", "manifest_version": 2, "description": "Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve\/Deny text.", "icons": { "128": "github-approve-deny.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*\/pull\/*", "http:\/\/github.com\/*\/*\/pull\/*", "https:\/\/www.github.com\/*\/*\/pull\/*", "http:\/\/www.github.com\/*\/*\/pull\/*" ], "js": [ "github-approve-deny.user.js" ] } ] } |