Dark Theme for Wikipedia page

Makes the background dark and changes the leading color

Dark Theme for Wikipedia page क्या है?

Dark Theme for Wikipedia page Vanilla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the background dark and changes the leading color"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Dark Theme for Wikipedia page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The best dark Wikipedia extension!

It's a simple, yet necessary change for Wikipedia, if you intend to work long hours on it. 
Compatible with most Wikipedia languages. This extension is still in development, if you find, that your language is not supported leave a comment with given language and I will try to adres the problem as soon as possible. All mathematical formulas are supported. The leading color now can be changed through an extension popup to whichever suits you the best.

If you find using this extension useful, please consider leaving some stars.                    

एक्सटेंशन की मूल जानकारी

नाम Dark Theme for Wikipedia page Dark Theme for Wikipedia page
ID babjkhfehkamlhehehgjinknhimnofln
आधिकारिक URL https://chromewebstore.google.com/detail/dark-theme-for-wikipedia/babjkhfehkamlhehehgjinknhimnofln
विवरण Makes the background dark and changes the leading color
फ़ाइल का आकार 20.56 KB
स्थापना संख्या 186
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-05-24
प्रकाशन तिथि 2022-08-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Vanilla
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Theme for Wikipedia page",
    "description": "Makes the background dark and changes the leading color",
    "version": "1.1",
    "icons": {
        "16": "\/images\/logo-16.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_start",
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_action": "\/images\/logo-16.png",
        "default_popup": "main.html",
        "default_title": "Popup"
    }
}