PR Monitor
Get notified when you receive a pull request on GitHub.
Cos'è PR Monitor?
PR Monitor è un'estensione di Chrome sviluppata da Zenc Labs, e la sua funzione principale è "Get notified when you receive a pull request on GitHub.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PR Monitor
Scarica i file di estensione PR Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | pneldbfhblmldbhmkolclpkijgnjcmng |
| URL Ufficiale | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
| Descrizione | Get notified when you receive a pull request on GitHub. |
| Dimensione del File | 376 KB |
| Conteggio Installazioni | 725 |
| Versione Corrente | 0.10.7 |
| Ultimo Aggiornamento | 2023-06-21 |
| Data di Pubblicazione | 2020-06-05 |
| Valutazione | 4.25/5 Totale 8 Valutazioni |
| Sviluppatore | Zenc Labs |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/fwouts/prmonitor |
| URL della Pagina di Aiuto | https://github.com/fwouts/prmonitor/issues |
| URL della Pagina della Politica sulla Privacy | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
| Lingue Supportate | 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"
}
} | |