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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://github.com/fwouts/prmonitor/issues |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |