GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
Vad är GitHub Notifications?
GitHub Notifications är en Chrome-tillägg utvecklad av http://remidelhaye.fr, och dess huvudfunktion är "Read yours or your organization's GitHub's notifications easily !".
Tilläggsskärmbilder
Ladda ner GitHub Notifications-förlängningens CRX-fil
Ladda ner GitHub Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
Grundläggande Information om Tillägg
Namn | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
Beskrivning | Read yours or your organization's GitHub's notifications easily ! |
Filstorlek | 39.65 KB |
Antal Installationer | 29 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2013-08-24 |
Publiceringsdatum | 2013-08-24 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | http://remidelhaye.fr |
Betalningssätt | free |
Stödda Språk | 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" ] } |