Github Pull Request Counter
A chrome extension to remove mental load when working with pull requests.
ما هو Github Pull Request Counter؟
Github Pull Request Counter هو إضافة Chrome تم تطويرها بواسطة Renuo، والميزة الرئيسية لها هي "A chrome extension to remove mental load when working with pull requests.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github Pull Request Counter
قم بتنزيل ملفات الامتداد Github Pull Request Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Maintains a list of GitHub pull request which need action, such as review or merging. This removes mental load and decreases the amount of time between reviews.
معلومات أساسية عن التمديد
الاسم | Github Pull Request Counter |
ID | eeejbcmnmgogpkgeinlbchoafjjbegmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-pull-request-count/eeejbcmnmgogpkgeinlbchoafjjbegmi |
الوصف | A chrome extension to remove mental load when working with pull requests. |
حجم الملف | 68.37 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 1.0.10 |
آخر تحديث | 2023-06-24 |
تاريخ النشر | 2021-08-02 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Renuo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/renuo/github-pull-request-counter |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Renuo AG", "name": "Github Pull Request Counter", "description": "A chrome extension to remove mental load when working with pull requests.", "version": "1.0.10", "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "alarms", "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |