PR Monitor
Get notified when you receive a pull request on GitHub.
Qu'est-ce que PR Monitor ?
PR Monitor est une extension Chrome développée par Zenc Labs, et sa fonction principale est "Get notified when you receive a pull request on GitHub.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PR Monitor
Téléchargez les fichiers d'extension PR Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pneldbfhblmldbhmkolclpkijgnjcmng |
URL Officiel | https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng |
Description | Get notified when you receive a pull request on GitHub. |
Taille du Fichier | 376 KB |
Nombre d'Installations | 725 |
Version Actuelle | 0.10.7 |
Dernière Mise à Jour | 2023-06-21 |
Date de Publication | 2020-06-05 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | Zenc Labs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fwouts/prmonitor |
URL de la Page d'Aide | https://github.com/fwouts/prmonitor/issues |
URL de la Page de Politique de Confidentialité | https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md |
Langues Prises en Charge | 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" } } |