Game Jolt - Theme

Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.

Game Jolt - Themeとは何ですか?

Game Jolt - Themeはandrewariversによって開発されたChromeの拡張機能で、その主な機能は「Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Game Jolt - Theme拡張機能のCRXファイルをダウンロード

Game Jolt - Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.                    

拡張機能の基本情報

名前 Game Jolt - Theme Game Jolt - Theme
ID abnklpdpmancjedbpoafpflmlpbbiicc
公式URL https://chromewebstore.google.com/detail/game-jolt-theme/abnklpdpmancjedbpoafpflmlpbbiicc
説明 Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.
ファイルサイズ 77 KB
インストール数 89
現在のバージョン 0.1
最終更新日 2017-01-03
公開日 2017-01-02
評価 3.86/5 合計 7 レビュー
開発者 andrewarivers
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game Jolt - Theme",
    "version": "0.1",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "GJ_THEME.png",
        "48": "GJ_THEME.png",
        "128": "GJ_THEME.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "GJ_THEME.png"
    }
}