Board Game Geek Classic Theme Extension

This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…

什么是Board Game Geek Classic Theme Extension?

Board Game Geek Classic Theme Extension是由klaus.waiss开发的Chrome扩展程序,该扩展的主要功能是“This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…”。

扩展截图

screenshot

下载Board Game Geek Classic Theme Extension扩展crx文件

下载Board Game Geek Classic Theme Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension changes the new theme back to the classic look that most people love.

If you have some ideas or feedback for this extension, please send it to me.

How it works:
This extension changes the stylesheets (css) to classic look.                    

扩展基本信息

名称 Board Game Geek Classic Theme Extension Board Game Geek Classic Theme Extension
ID hggofpanoenpmgaieeadjapijnoclkdl
官方URL https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl
简介 This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
文件大小 20.46 KB
安装次数 18
当前版本 1.6
更新时间 2016-07-23
上架时间 2016-07-22
评分 5.00/5 共2次评分
开发者 klaus.waiss
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Board Game Geek Classic Theme Extension",
    "version": "1.6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boardgamegeek.com\/*",
                "http:\/\/boardgamegeek.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "adjust.js"
            ],
            "run_at": "document_end"
        }
    ]
}