PR Monitor
Get notified when you receive a pull request on GitHub.
PR Monitor là gì?
PR Monitor là một tiện ích mở rộng Chrome được phát triển bởi Zenc Labs, và tính năng chính của nó là "Get notified when you receive a pull request on GitHub.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PR Monitor
Tải xuống các tệp mở rộng PR Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pneldbfhblmldbhmkolclpkijgnjcmng |
URL Chính Thức | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
Mô tả | Get notified when you receive a pull request on GitHub. |
Kích Thước Tệp | 376 KB |
Số Lần Cài Đặt | 725 |
Phiên Bản Hiện Tại | 0.10.7 |
Cập Nhật Lần Cuối | 2023-06-21 |
Ngày Phát Hành | 2020-06-05 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Zenc Labs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fwouts/prmonitor |
URL Trang Trợ Giúp | https://github.com/fwouts/prmonitor/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |