Darkmode für Parqet (Community Edition)

Darkmode for parqet.com (Community Edition)

Darkmode für Parqet (Community Edition)คืออะไร?

Darkmode für Parqet (Community Edition) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nwenzel และคุณลักษณะหลักของมันคือ "Darkmode for parqet.com (Community Edition)"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Darkmode für Parqet (Community Edition)

ดาวน์โหลดไฟล์ส่วนขยาย Darkmode für Parqet (Community Edition) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Darkmode für Parqet (parqet.com).

Dies ist KEIN offizielles Produkt von Parqet, sondern eine Erweiterung, die von der Community entwickelt wurde!



Source Code: https://github.com/nilswenzel/parqet-darkmode-chrome-extension                    

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

ชื่อ Darkmode für Parqet (Community Edition) Darkmode für Parqet (Community Edition)
ID jfhpcliegfecjhjehclnhnngbjndodoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/darkmode-f%C3%BCr-parqet-commu/jfhpcliegfecjhjehclnhnngbjndodoj
คำอธิบาย Darkmode for parqet.com (Community Edition)
ขนาดไฟล์ 26.24 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2023-09-07
วันที่เผยแพร่ 2021-03-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nwenzel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nilswenzel/parqet-darkmode-chrome-extension
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darkmode f\u00fcr Parqet (Community Edition)",
    "description": "Darkmode for parqet.com (Community Edition)",
    "version": "1.2.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.parqet.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "darkmode.css"
            ],
            "matches": [
                "https:\/\/app.parqet.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon_16x16.png",
            "32": "\/images\/icon_32x32.png",
            "48": "\/images\/icon_48x48.png",
            "128": "\/images\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16x16.png",
        "32": "\/images\/icon_32x32.png",
        "48": "\/images\/icon_48x48.png",
        "128": "\/images\/icon_128x128.png"
    }
}