PR Monitor
Get notified when you receive a pull request on GitHub.
Co to jest PR Monitor?
PR Monitor to rozszerzenie Chrome opracowane przez Zenc Labs, a jego główną funkcją jest „Get notified when you receive a pull request on GitHub.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PR Monitor
Pobierz pliki rozszerzeń PR Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pneldbfhblmldbhmkolclpkijgnjcmng |
Oficjalny URL | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
Opis | Get notified when you receive a pull request on GitHub. |
Rozmiar pliku | 376 KB |
Liczba instalacji | 725 |
Aktualna Wersja | 0.10.7 |
Ostatnia Aktualizacja | 2023-06-21 |
Data Publikacji | 2020-06-05 |
Ocena | 4.25/5 Łącznie 8 Oceny |
Deweloper | Zenc Labs |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/fwouts/prmonitor |
Adres URL Strony Pomocy | https://github.com/fwouts/prmonitor/issues |
Adres URL Strony Polityki Prywatności | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
Obsługiwane Języki | 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" } } |