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
Eメール [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
    }
}