PR Monitor
Get notified when you receive a pull request on GitHub.
Hvad er PR Monitor?
PR Monitor er en Chrome-udvidelse udviklet af Zenc Labs, og dens hovedfunktion er "Get notified when you receive a pull request on GitHub.".
Udvidelsesskærmbilleder
Download PR Monitor-udvidelses-CRX-fil
Download PR Monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pneldbfhblmldbhmkolclpkijgnjcmng |
| Officiel URL | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
| Beskrivelse | Get notified when you receive a pull request on GitHub. |
| Filstørrelse | 376 KB |
| Antal Installationer | 725 |
| Nuværende Version | 0.10.7 |
| Senest Opdateret | 2023-06-21 |
| Udgivelsesdato | 2020-06-05 |
| Bedømmelse | 4.25/5 Samlet 8 Bedømmelser |
| Udvikler | Zenc Labs |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/fwouts/prmonitor |
| Hjælpeside-URL | https://github.com/fwouts/prmonitor/issues |
| URL til Fortrolighedspolitik Side | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
| Understøttede Sprog | 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"
}
} | |