GitHub Monitor
Get notifications for activity on your public and private repositories.
Τι είναι το GitHub Monitor;
Το GitHub Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gmoz22, και η κύρια λειτουργία του είναι "Get notifications for activity on your public and private repositories.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GitHub Monitor
Λήψη αρχείων επέκτασης GitHub Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | GitHub Monitor |
ID | bbikjjbpphkhejhalmjebhopgohlflag |
Επίσημο URL | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
Περιγραφή | Get notifications for activity on your public and private repositories. |
Μέγεθος Αρχείου | 36.81 KB |
Αριθμός Εγκαταστάσεων | 45 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2014-02-19 |
Ημερομηνία Δημοσίευσης | 2014-02-19 |
Προγραμματιστής | gmoz22 |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/gmoz22/github-monitor-chromeext |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/gmoz22/github-monitor-chromeext |
Υποστηριζόμενες Γλώσσες | 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" } |