Make GitHub Greater

Let's make GitHub greater.

What is Make GitHub Greater?

Make GitHub Greater is a Chrome extension developed by Justineo, and its main feature is "Let's make GitHub greater.".

Extension Screenshots

screenshot

Download Make GitHub Greater Extension CRX File

Download Make GitHub Greater 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

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

Extension Basic Information

Name Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
Official URL https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
Description Let's make GitHub greater.
File Size 72.77 KB
Installation Count 31
Current Version 1.0.1
Last Updated 2017-02-20
Publish Date 2017-02-20
Rating 4.67/5 Total 3 Ratings
Developer Justineo
Email [email protected]
Payment Type free
Supported Languages 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
    }
}