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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}