Codenames dark theme

Dark theme for the Codenames game

Codenames dark themeคืออะไร?

Codenames dark theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jbrunoxd และคุณลักษณะหลักของมันคือ "Dark theme for the Codenames game"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codenames dark theme

ดาวน์โหลดไฟล์ส่วนขยาย Codenames dark theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Codenames dark theme Codenames dark theme
ID mgcpokdoehokdlpbpgafjicnkkmcelih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih
คำอธิบาย Dark theme for the Codenames game
ขนาดไฟล์ 4.66 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-07-19
วันที่เผยแพร่ 2018-07-19
ผู้พัฒนา jbrunoxd
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codenames dark theme",
    "description": "Dark theme for the Codenames game",
    "version": "1.0",
    "browser_action": {
        "default_icon": "download.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.horsepaste.com\/*"
            ]
        }
    ]
}