GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
Was ist GitHub Notifications?
GitHub Notifications ist eine Chrome-Erweiterung, die von http://remidelhaye.fr entwickelt wurde, und ihr Hauptmerkmal ist "Read yours or your organization's GitHub's notifications easily !".
Erweiterungsscreenshots
GitHub Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
Grundlegende Informationen zur Erweiterung
Name | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
Offizielle URL | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
Beschreibung | Read yours or your organization's GitHub's notifications easily ! |
Dateigröße | 39.65 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2013-08-24 |
Veröffentlichungsdatum | 2013-08-24 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | http://remidelhaye.fr |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |