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.”。

扩展截图

screenshot

下载GitHub Status扩展crx文件

下载GitHub Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Note: currently no support for private repos                    

扩展基本信息

名称 GitHub Status GitHub Status
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"
        }
    ]
}