GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
Co je GitHub Notifications?
GitHub Notifications je rozšíření Chrome vyvinuté http://remidelhaye.fr, a jeho hlavní funkcí je „Read yours or your organization's GitHub's notifications easily !“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Notifications
Stáhněte si soubory rozšíření GitHub Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
Základní Informace o Rozšíření
Název | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
Oficiální URL | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
Popis | Read yours or your organization's GitHub's notifications easily ! |
Velikost souboru | 39.65 KB |
Počet instalací | 29 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2013-08-24 |
Datum Vydání | 2013-08-24 |
Hodnocení | 4.50/5 Celkem 6 Hodnocení |
Vývojář | http://remidelhaye.fr |
Typ Platby | free |
Podporované Jazyky | 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" ] } |