GitHub Notifications

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

Τι είναι το GitHub Notifications;

Το GitHub Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://remidelhaye.fr, και η κύρια λειτουργία του είναι "Read yours or your organization's GitHub's notifications easily !".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GitHub Notifications

Λήψη αρχείων επέκτασης GitHub Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Secure Authentification & ADD FREE !                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
Επίσημο URL https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Περιγραφή Read yours or your organization's GitHub's notifications easily !
Μέγεθος Αρχείου 39.65 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2013-08-24
Ημερομηνία Δημοσίευσης 2013-08-24
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://remidelhaye.fr
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}