GitHub Status

Display the build status next to the project name on github.

What is GitHub Status?

GitHub Status is a Chrome extension developed by excellenteasy, and its main feature is "Display the build status next to the project name on github.".

Extension Screenshots

screenshot

Download GitHub Status Extension CRX File

Download GitHub Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Note: currently no support for private repos                    

Extension Basic Information

Name GitHub Status GitHub Status
ID mgbkbopoincdiimlleifbpfjfhcndahp
Official URL https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp
Description Display the build status next to the project name on github.
File Size 15.32 KB
Installation Count 24
Current Version 0.0.2
Last Updated 2012-12-15
Publish Date 2012-12-15
Rating 1.00/5 Total 1 Ratings
Developer excellenteasy
Payment Type free
Extension Website http://excellenteasy.github.com/github-status/
Help Page URL https://github.com/excellenteasy/github-status/issues
Supported Languages 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"
        }
    ]
}