github+travis
Display build status next to the project name on github.
github+travisとは何ですか?
github+travisはTomas Carneckyによって開発されたChromeの拡張機能で、その主な機能は「Display build status next to the project name on github.」です。
拡張機能のスクリーンショット
github+travis拡張機能のCRXファイルをダウンロード
github+travis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | klbmicjanlggbmanmpneloekhajhhbfb |
公式URL | https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb |
説明 | Display build status next to the project name on github. |
ファイルサイズ | 11.49 KB |
インストール数 | 124 |
現在のバージョン | 11 |
最終更新日 | 2015-05-09 |
公開日 | 2015-05-09 |
評価 | 3.47/5 合計 15 レビュー |
開発者 | Tomas Carnecky |
支払い方法 | free |
拡張機能のウェブサイト | https://caurea.org/2011/09/25/github-meets-travis-ci.html |
対応言語 | 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" } ] } |