ReaDark - Reading & Dark Mode

ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.

ReaDark - Reading & Dark Mode क्या है?

ReaDark - Reading & Dark Mode https://onursert.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both."।

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

screenshot

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

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

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

                        It's 100% ad-free.
ReaDark - Reading & Dark Mode is a fast, lite, simple and open source add-on that automatically turns the colors of your browser content to warmer or darker. (github.com/onursert/readark)
The add-on consists of a small screen that allows you to control those preferences. The first switch called "Reading Mode" and provides you to turn the colors of your browser content to warmer. Second switch called "Dark (Night) Mode" and provides you to change the colors of your browser content to darker.
Turning on reading mode protect your eyes from reading for hours. Hence you can easily continue to read EPUBs or e-books much longer. Turning on dark mode protects your eyes from bright colors. Social networks, mainstream sites, and all other new tabs will be in dark mode with ReaDark. No needs to open every website settings one by one - just one add-on makes every website in dark mode.
Chrome Browser policies restrict ReaDark to work on the Chrome Web Store and Home Page.                    

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

नाम ReaDark - Reading & Dark Mode ReaDark - Reading & Dark Mode
ID jncmnckpeiiencchkldgodbckocgnnkk
आधिकारिक URL https://chromewebstore.google.com/detail/readark-reading-dark-mode/jncmnckpeiiencchkldgodbckocgnnkk
विवरण ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.
फ़ाइल का आकार 19.13 KB
स्थापना संख्या 759
वर्तमान संस्करण 1.5
अंतिम अपडेट 2022-06-21
प्रकाशन तिथि 2020-06-12
रेटिंग 4.00/5 कुल 11 रेटिंग्स
डेवलपर https://onursert.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://onursert.com/
सहायता पृष्ठ URL https://onursert.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReaDark - Reading & Dark Mode",
    "short_name": "ReaDark",
    "description": "ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both.",
    "version": "1.5",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "check.js"
            ]
        }
    ],
    "action": {
        "default_title": "Reading & Dark Mode",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}