Darkipedia Dark Mode for Wikipedia

Make your Wikipedia pages dark and easy on the eyes.

ما هو Darkipedia Dark Mode for Wikipedia؟

Darkipedia Dark Mode for Wikipedia هو إضافة Chrome تم تطويرها بواسطة Yiğitsr، والميزة الرئيسية لها هي "Make your Wikipedia pages dark and easy on the eyes.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Darkipedia Dark Mode for Wikipedia

قم بتنزيل ملفات الامتداد Darkipedia Dark Mode for Wikipedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        * Dark mode for wikipedia
* Easy on the eyes
* Gray-blue dark theme

What's new in v0.3
* Added border-radius to boxes and images
* Changed some colors for better readability
* Changed texts to justify aligned                    

معلومات أساسية عن التمديد

الاسم Darkipedia Dark Mode for Wikipedia Darkipedia Dark Mode for Wikipedia
ID ghgfpngolhhooggknfobjnjojdpedpag
عنوان URL الرسمي https://chromewebstore.google.com/detail/darkipedia-dark-mode-for/ghgfpngolhhooggknfobjnjojdpedpag
الوصف Make your Wikipedia pages dark and easy on the eyes.
حجم الملف 2.08 MB
عدد التثبيتات 166
النسخة الحالية 0.3
آخر تحديث 2024-01-28
تاريخ النشر 2022-03-10
تقييم 5.00/5 مجموع تقييمات 4
المطور Yiğitsr
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darkipedia Dark Mode for Wikipedia",
    "version": "0.3",
    "description": "Make your Wikipedia pages dark and easy on the eyes.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "18": "icons\/icon18.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikimedia.org\/*",
                "https:\/\/*.wiktionary.org\/*",
                "https:\/\/*.wikibooks.org\/*",
                "https:\/\/*.wikiquote.org\/*",
                "https:\/\/*.wikisource.org\/*",
                "https:\/\/*.wikiversity.org\/*",
                "https:\/\/*.wikinews.org\/*",
                "https:\/\/*.wikivoyage.org\/*",
                "https:\/\/*.wikispecies.org\/*"
            ],
            "css": [
                "css\/darkipedia.css"
            ]
        }
    ]
}