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
官方網址 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"
        }
    ]
}