GitHub Notifications

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

Cos'è GitHub Notifications?

GitHub Notifications è un'estensione di Chrome sviluppata da http://remidelhaye.fr, e la sua funzione principale è "Read yours or your organization's GitHub's notifications easily !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Notifications

Scarica i file di estensione GitHub Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Secure Authentification & ADD FREE !                    

Informazioni di Base sull'Estensione

Nome GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
URL Ufficiale https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Descrizione Read yours or your organization's GitHub's notifications easily !
Dimensione del File 39.65 KB
Conteggio Installazioni 29
Versione Corrente 1.2.0
Ultimo Aggiornamento 2013-08-24
Data di Pubblicazione 2013-08-24
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore http://remidelhaye.fr
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}