GitHub Monitor
Get notifications for activity on your public and private repositories.
Wat is GitHub Monitor?
GitHub Monitor is een Chrome-extensie ontwikkeld door gmoz22, en de belangrijkste functie is "Get notifications for activity on your public and private repositories.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Monitor
Download GitHub Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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 Basisinformatie over de Extensie
| Naam | |
| ID | bbikjjbpphkhejhalmjebhopgohlflag |
| Officiële URL | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
| Beschrijving | Get notifications for activity on your public and private repositories. |
| Bestandsgrootte | 36.81 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2014-02-19 |
| Publicatiedatum | 2014-02-19 |
| Ontwikkelaar | gmoz22 |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/gmoz22/github-monitor-chromeext |
| Help Pagina-URL | https://github.com/gmoz22/github-monitor-chromeext |
| Ondersteunde Talen | 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"
} | |