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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย klaus.waiss และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Board Game Geek Classic Theme Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}