PR Monitor
Get notified when you receive a pull request on GitHub.
ما هو PR Monitor؟
PR Monitor هو إضافة Chrome تم تطويرها بواسطة Zenc Labs، والميزة الرئيسية لها هي "Get notified when you receive a pull request on GitHub.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PR Monitor
قم بتنزيل ملفات الامتداد PR Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PR Monitor lets you easily manage your GitHub pull requests with the click of a button. You'll get notified whenever you receive a new pull request to review, or when an existing pull request is ready for another review. You can also access your own pull requests within a couple of clicks! See https://github.com/fwouts/prmonitor for source code.
معلومات أساسية عن التمديد
الاسم | |
ID | pneldbfhblmldbhmkolclpkijgnjcmng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
الوصف | Get notified when you receive a pull request on GitHub. |
حجم الملف | 376 KB |
عدد التثبيتات | 725 |
النسخة الحالية | 0.10.7 |
آخر تحديث | 2023-06-21 |
تاريخ النشر | 2020-06-05 |
تقييم | 4.25/5 مجموع تقييمات 8 |
المطور | Zenc Labs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/fwouts/prmonitor |
عنوان صفحة المساعدة | https://github.com/fwouts/prmonitor/issues |
عنوان صفحة سياسة الخصوصية | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PR Monitor", "version": "0.10.7", "description": "Get notified when you receive a pull request on GitHub.", "permissions": [ "alarms", "notifications", "storage" ], "optional_permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html#popup" }, "icons": { "48": "images\/logo48.png", "96": "images\/logo96.png", "128": "images\/logo128.png", "256": "images\/logo256.png" } } |