github+travis
Display build status next to the project name on github.
Vad är github+travis?
github+travis är en Chrome-tillägg utvecklad av Tomas Carnecky, och dess huvudfunktion är "Display build status next to the project name on github.".
Tilläggsskärmbilder
Ladda ner github+travis-förlängningens CRX-fil
Ladda ner github+travis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | klbmicjanlggbmanmpneloekhajhhbfb |
Officiell webbadress | https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb |
Beskrivning | Display build status next to the project name on github. |
Filstorlek | 11.49 KB |
Antal Installationer | 124 |
Aktuell Version | 11 |
Senast Uppdaterad | 2015-05-09 |
Publiceringsdatum | 2015-05-09 |
Betyg | 3.47/5 Totalt 15 Betyg |
Utvecklare | Tomas Carnecky |
Betalningssätt | free |
Tilläggswebbplats | https://caurea.org/2011/09/25/github-meets-travis-ci.html |
Stödda Språk | 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" } ] } |