GitHub Monitor

Get notifications for activity on your public and private repositories.

What is GitHub Monitor?

GitHub Monitor is a Chrome extension developed by gmoz22, and its main feature is "Get notifications for activity on your public and private repositories.".

Extension Screenshots

screenshot

Download GitHub Monitor Extension CRX File

Download GitHub Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name GitHub Monitor GitHub Monitor
ID bbikjjbpphkhejhalmjebhopgohlflag
Official URL https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag
Description Get notifications for activity on your public and private repositories.
File Size 36.81 KB
Installation Count 45
Current Version 0.1.1
Last Updated 2014-02-19
Publish Date 2014-02-19
Developer gmoz22
Payment Type free
Extension Website https://github.com/gmoz22/github-monitor-chromeext
Help Page URL https://github.com/gmoz22/github-monitor-chromeext
Supported Languages 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"
}