GitHub Monitor
Get notifications for activity on your public and private repositories.
Cos'è GitHub Monitor?
GitHub Monitor è un'estensione di Chrome sviluppata da gmoz22, e la sua funzione principale è "Get notifications for activity on your public and private repositories.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Monitor
Scarica i file di estensione GitHub 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
- 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | bbikjjbpphkhejhalmjebhopgohlflag |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
| Descrizione | Get notifications for activity on your public and private repositories. |
| Dimensione del File | 36.81 KB |
| Conteggio Installazioni | 45 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2014-02-19 |
| Data di Pubblicazione | 2014-02-19 |
| Sviluppatore | gmoz22 |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/gmoz22/github-monitor-chromeext |
| URL della Pagina di Aiuto | https://github.com/gmoz22/github-monitor-chromeext |
| Lingue Supportate | 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"
} | |