PR Monitor
Get notified when you receive a pull request on GitHub.
Wat is PR Monitor?
PR Monitor is een Chrome-extensie ontwikkeld door Zenc Labs, en de belangrijkste functie is "Get notified when you receive a pull request on GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie PR Monitor
Download PR Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pneldbfhblmldbhmkolclpkijgnjcmng |
| Officiële URL | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
| Beschrijving | Get notified when you receive a pull request on GitHub. |
| Bestandsgrootte | 376 KB |
| Aantal Installaties | 725 |
| Huidige Versie | 0.10.7 |
| Laatst Bijgewerkt | 2023-06-21 |
| Publicatiedatum | 2020-06-05 |
| Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Zenc Labs |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/fwouts/prmonitor |
| Help Pagina-URL | https://github.com/fwouts/prmonitor/issues |
| URL van de Privacybeleid Pagina | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
| Ondersteunde Talen | 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"
}
} | |