Medium Dark

Gives a dark theme to medium web site so is easier to read.

Medium Dark क्या है?

Medium Dark http://danielzamorano.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives a dark theme to medium web site so is easier to read."।

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

screenshot
screenshot
screenshot

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

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

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

                        Enjoy medium articles in dark mode. 

We will keep updating and improving this plugin to get better styles, debug any issue and add features.

- Right now it's just working for the article page, home page is still in progress.
- It has permissions for all sites to be able to work also with domains inside medium. (we filter internally so is not affecting other pages)
- Some async content is having problems to get the styles (we are working on it)                    

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

नाम Medium Dark Medium Dark
ID ogghkkonjkglempfkojfbmjgnahllbao
आधिकारिक URL https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao
विवरण Gives a dark theme to medium web site so is easier to read.
फ़ाइल का आकार 14.21 KB
स्थापना संख्या 75
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2019-11-04
प्रकाशन तिथि 2019-11-04
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर http://danielzamorano.pro
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://danielzamorano.pro
सहायता पृष्ठ URL https://danielzamorano.pro
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Dark",
    "version": "0.1.0",
    "description": "Gives a dark theme to medium web site so is easier to read.",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "medium-dark.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/medium-dark-16.png",
        "32": "images\/medium-dark-32.png",
        "48": "images\/medium-dark-48.png",
        "128": "images\/medium-dark-128.png"
    },
    "manifest_version": 2
}