GitHub Status
Display the build status next to the project name on github.
Wat is GitHub Status?
GitHub Status is een Chrome-extensie ontwikkeld door excellenteasy, en de belangrijkste functie is "Display the build status next to the project name on github.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Status
Download GitHub Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Note: currently no support for private repos Basisinformatie over de Extensie
| Naam | |
| ID | mgbkbopoincdiimlleifbpfjfhcndahp |
| Officiële URL | https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp |
| Beschrijving | Display the build status next to the project name on github. |
| Bestandsgrootte | 15.32 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2012-12-15 |
| Publicatiedatum | 2012-12-15 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | excellenteasy |
| Betalingswijze | free |
| Extensiewebsite | http://excellenteasy.github.com/github-status/ |
| Help Pagina-URL | https://github.com/excellenteasy/github-status/issues |
| Ondersteunde Talen | 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"
}
]
} | |