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

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 github+travis github+travis
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"
        }
    ]
}