GitHub Status
Display the build status next to the project name on github.
GitHub Statusとは何ですか?
GitHub Statusはexcellenteasyによって開発されたChromeの拡張機能で、その主な機能は「Display the build status next to the project name on github.」です。
拡張機能のスクリーンショット
GitHub Status拡張機能のCRXファイルをダウンロード
GitHub Status拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Note: currently no support for private repos 拡張機能の基本情報
| 名前 | |
| ID | mgbkbopoincdiimlleifbpfjfhcndahp |
| 公式URL | https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp |
| 説明 | Display the build status next to the project name on github. |
| ファイルサイズ | 15.32 KB |
| インストール数 | 24 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2012-12-15 |
| 公開日 | 2012-12-15 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | excellenteasy |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://excellenteasy.github.com/github-status/ |
| ヘルプページのURL | https://github.com/excellenteasy/github-status/issues |
| 対応言語 | 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"
}
]
} | |