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 Yiğitsr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your Wikipedia pages dark and easy on the eyes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Darkipedia Dark Mode for Wikipedia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}