GitHub Status
Display the build status next to the project name on github.
Was ist GitHub Status?
GitHub Status ist eine Chrome-Erweiterung, die von excellenteasy entwickelt wurde, und ihr Hauptmerkmal ist "Display the build status next to the project name on github.".
Erweiterungsscreenshots
GitHub Status-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Status-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
Note: currently no support for private repos
Grundlegende Informationen zur Erweiterung
Name | GitHub Status |
ID | mgbkbopoincdiimlleifbpfjfhcndahp |
Offizielle URL | https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp |
Beschreibung | Display the build status next to the project name on github. |
Dateigröße | 15.32 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2012-12-15 |
Veröffentlichungsdatum | 2012-12-15 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | excellenteasy |
Zahlungsart | free |
Erweiterungswebsite | http://excellenteasy.github.com/github-status/ |
Hilfeseite URL | https://github.com/excellenteasy/github-status/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "name": "GitHub Status", "description": "Display the build status next to the project name on github.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_idle" } ] } |