Wikipedia Dark Mode

View the Wikipedia website with a dark color scheme instead of the default light scheme.

Wikipedia Dark Modeคืออะไร?

Wikipedia Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dirk Lach และคุณลักษณะหลักของมันคือ "View the Wikipedia website with a dark color scheme instead of the default light scheme."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia Dark Mode

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

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

                        This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.                    

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

ชื่อ Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
คำอธิบาย View the Wikipedia website with a dark color scheme instead of the default light scheme.
ขนาดไฟล์ 83.39 KB
จำนวนการติดตั้ง 327
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-12-08
วันที่เผยแพร่ 2022-12-06
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dirk Lach
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.dirklach.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia Dark Mode",
    "version": "0.1.2",
    "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ]
}