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
擴展基本資訊
名稱 | GitHub Status |
ID | mgbkbopoincdiimlleifbpfjfhcndahp |
官方網址 | 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" } ] } |