PR Monitor
Get notified when you receive a pull request on GitHub.
Co je PR Monitor?
PR Monitor je rozšíření Chrome vyvinuté Zenc Labs, a jeho hlavní funkcí je „Get notified when you receive a pull request on GitHub.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PR Monitor
Stáhněte si soubory rozšíření PR Monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | pneldbfhblmldbhmkolclpkijgnjcmng |
Oficiální URL | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
Popis | Get notified when you receive a pull request on GitHub. |
Velikost souboru | 376 KB |
Počet instalací | 725 |
Aktuální Verze | 0.10.7 |
Poslední Aktualizace | 2023-06-21 |
Datum Vydání | 2020-06-05 |
Hodnocení | 4.25/5 Celkem 8 Hodnocení |
Vývojář | Zenc Labs |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/fwouts/prmonitor |
URL Stránky Nápovědy | https://github.com/fwouts/prmonitor/issues |
URL Stránky Zásad Ochrany Soukromí | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
Podporované Jazyky | 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" } } |