GitHub Monitor
Get notifications for activity on your public and private repositories.
Qu'est-ce que GitHub Monitor ?
GitHub Monitor est une extension Chrome développée par gmoz22, et sa fonction principale est "Get notifications for activity on your public and private repositories.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Monitor
Téléchargez les fichiers d'extension GitHub 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
- Displays notifications of other contributors' activity on public and private repositories you contribute to - Handles Pushes, Releases and Comments Contribute at https://github.com/gmoz22/github-monitor-chromeext
Informations de Base sur l'Extension
Nom | |
ID | bbikjjbpphkhejhalmjebhopgohlflag |
URL Officiel | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
Description | Get notifications for activity on your public and private repositories. |
Taille du Fichier | 36.81 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2014-02-19 |
Date de Publication | 2014-02-19 |
Développeur | gmoz22 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gmoz22/github-monitor-chromeext |
URL de la Page d'Aide | https://github.com/gmoz22/github-monitor-chromeext |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Monitor", "short_name": "GitHub Monitor", "description": "Get notifications for activity on your public and private repositories.", "author": "Steve Oziel", "version": "0.1.1", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "24": "img\/icon_24.png", "16": "img\/icon_16.png" }, "permissions": [ "storage", "notifications", "https:\/\/api.github.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "Options", "default_popup": "options.html" }, "options_page": "options.html" } |