GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
Hvad er GitHub Notifications?
GitHub Notifications er en Chrome-udvidelse udviklet af http://remidelhaye.fr, og dens hovedfunktion er "Read yours or your organization's GitHub's notifications easily !".
Udvidelsesskærmbilleder
Download GitHub Notifications-udvidelses-CRX-fil
Download GitHub Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
Officiel URL | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
Beskrivelse | Read yours or your organization's GitHub's notifications easily ! |
Filstørrelse | 39.65 KB |
Antal Installationer | 29 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2013-08-24 |
Udgivelsesdato | 2013-08-24 |
Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
Udvikler | http://remidelhaye.fr |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |