github+travis
Display build status next to the project name on github.
Qu'est-ce que github+travis ?
github+travis est une extension Chrome développée par Tomas Carnecky, et sa fonction principale est "Display build status next to the project name on github.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension github+travis
Téléchargez les fichiers d'extension github+travis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | klbmicjanlggbmanmpneloekhajhhbfb |
URL Officiel | https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb |
Description | Display build status next to the project name on github. |
Taille du Fichier | 11.49 KB |
Nombre d'Installations | 124 |
Version Actuelle | 11 |
Dernière Mise à Jour | 2015-05-09 |
Date de Publication | 2015-05-09 |
Évaluation | 3.47/5 Total 15 Évaluations |
Développeur | Tomas Carnecky |
Type de Paiement | free |
Site Web de l'Extension | https://caurea.org/2011/09/25/github-meets-travis-ci.html |
Langues Prises en Charge | 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" } ] } |