GitHub Notifications

Read yours or your organization's GitHub's notifications easily !

What is GitHub Notifications?

GitHub Notifications is a Chrome extension developed by http://remidelhaye.fr, and its main feature is "Read yours or your organization's GitHub's notifications easily !".

Extension Screenshots

screenshot

Download GitHub Notifications Extension CRX File

Download GitHub Notifications 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

                        Read yours or your organization's Github's notification easily with GitHub Notifications !

Secure Authentification & ADD FREE !                    

Extension Basic Information

Name GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
Official URL https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Description Read yours or your organization's GitHub's notifications easily !
File Size 39.65 KB
Installation Count 29
Current Version 1.2.0
Last Updated 2013-08-24
Publish Date 2013-08-24
Rating 4.50/5 Total 6 Ratings
Developer http://remidelhaye.fr
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Notifications",
    "description": "Read yours or your organization's GitHub's notifications easily !",
    "version": "1.2.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "author": "R\u00e9mi Delhaye (@RemiDelhaye)",
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "gitAPI\/lib\/underscore-min.js",
            "gitAPI\/lib\/base64.js",
            "gitAPI\/github.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "48.png"
    ]
}