PR Monitor
Get notified when you receive a pull request on GitHub.
PR Monitorとは何ですか?
PR MonitorはZenc Labsによって開発されたChromeの拡張機能で、その主な機能は「Get notified when you receive a pull request on GitHub.」です。
拡張機能のスクリーンショット
PR Monitor拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |