GitHub Notifications

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

Qu'est-ce que GitHub Notifications ?

GitHub Notifications est une extension Chrome développée par http://remidelhaye.fr, et sa fonction principale est "Read yours or your organization's GitHub's notifications easily !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub Notifications

Téléchargez les fichiers d'extension GitHub Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Secure Authentification & ADD FREE !                    

Informations de Base sur l'Extension

Nom GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
URL Officiel https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Description Read yours or your organization's GitHub's notifications easily !
Taille du Fichier 39.65 KB
Nombre d'Installations 29
Version Actuelle 1.2.0
Dernière Mise à Jour 2013-08-24
Date de Publication 2013-08-24
Évaluation 4.50/5 Total 6 Évaluations
Développeur http://remidelhaye.fr
Type de Paiement free
Langues Prises en Charge 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"
    ]
}