GitHub Notifications

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

Wat is GitHub Notifications?

GitHub Notifications is een Chrome-extensie ontwikkeld door http://remidelhaye.fr, en de belangrijkste functie is "Read yours or your organization's GitHub's notifications easily !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Notifications

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

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

Secure Authentification & ADD FREE !                    

Basisinformatie over de Extensie

Naam GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
Officiële URL https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Beschrijving Read yours or your organization's GitHub's notifications easily !
Bestandsgrootte 39.65 KB
Aantal Installaties 29
Huidige Versie 1.2.0
Laatst Bijgewerkt 2013-08-24
Publicatiedatum 2013-08-24
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar http://remidelhaye.fr
Betalingswijze free
Ondersteunde Talen 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"
    ]
}