Medium Dark Mode

A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…

Medium Dark Mode क्या है?

Medium Dark Mode arieg419 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…"।

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

screenshot

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

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

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

                        A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really helpful for those who read Medium late at night :)                    

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

नाम Medium Dark Mode Medium Dark Mode
ID kofkfocgjmlajkbkecljhbalihcpliih
आधिकारिक URL https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih
विवरण A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
फ़ाइल का आकार 11.46 KB
स्थापना संख्या 384
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-03-12
प्रकाशन तिथि 2018-03-12
रेटिंग 2.00/5 कुल 11 रेटिंग्स
डेवलपर arieg419
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Arieg419/MediumDarkMode
सहायता पृष्ठ URL https://github.com/Arieg419/MediumDarkMode
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Medium Dark",
    "name": "Medium Dark Mode",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/logo-medium16.png",
        "48": "icons\/logo-medium16.png",
        "128": "icons\/logo-medium128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/hackernoon.com\/*"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Medium Dark"
    },
    "version": "1.1"
}