Make GitHub Greater

Let's make GitHub greater.

什么是Make GitHub Greater?

Make GitHub Greater是由Justineo开发的Chrome扩展程序,该扩展的主要功能是“Let's make GitHub greater.”。

扩展截图

screenshot

下载Make GitHub Greater扩展crx文件

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

扩展使用说明

                        Start customizing the color of your GitHub header right now! Just double click the header and here we go!                    

扩展基本信息

名称 Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
官方URL https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
简介 Let's make GitHub greater.
文件大小 72.77 KB
安装次数 31
当前版本 1.0.1
更新时间 2017-02-20
上架时间 2017-02-20
评分 4.67/5 共3次评分
开发者 Justineo
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Greater",
    "description": "Let's make GitHub greater.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}