GitHub Status
Display the build status next to the project name on github.
Hvad er GitHub Status?
GitHub Status er en Chrome-udvidelse udviklet af excellenteasy, og dens hovedfunktion er "Display the build status next to the project name on github.".
Udvidelsesskærmbilleder
Download GitHub Status-udvidelses-CRX-fil
Download GitHub Status-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
Note: currently no support for private repos Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mgbkbopoincdiimlleifbpfjfhcndahp |
| Officiel URL | https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp |
| Beskrivelse | Display the build status next to the project name on github. |
| Filstørrelse | 15.32 KB |
| Antal Installationer | 24 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2012-12-15 |
| Udgivelsesdato | 2012-12-15 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | excellenteasy |
| Betalingsmetode | free |
| Udvidelseswebsted | http://excellenteasy.github.com/github-status/ |
| Hjælpeside-URL | https://github.com/excellenteasy/github-status/issues |
| Understøttede Sprog | 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"
}
]
} | |