github+travis
Display build status next to the project name on github.
Wat is github+travis?
github+travis is een Chrome-extensie ontwikkeld door Tomas Carnecky, en de belangrijkste functie is "Display build status next to the project name on github.".
Extensie Screenshots
Download het CRX-bestand van de extensie github+travis
Download github+travis-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
Displays the travis-ci build status icon next to the project name on github. When you click the icon it will take you right to the project page on travis-ci.org. Yes, that's all it does.
Basisinformatie over de Extensie
Naam | |
ID | klbmicjanlggbmanmpneloekhajhhbfb |
Officiële URL | https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb |
Beschrijving | Display build status next to the project name on github. |
Bestandsgrootte | 11.49 KB |
Aantal Installaties | 124 |
Huidige Versie | 11 |
Laatst Bijgewerkt | 2015-05-09 |
Publicatiedatum | 2015-05-09 |
Beoordeling | 3.47/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Tomas Carnecky |
Betalingswijze | free |
Extensiewebsite | https://caurea.org/2011/09/25/github-meets-travis-ci.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "11", "name": "github+travis", "description": "Display build status next to the project name on github.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_idle" } ] } |