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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onursert.com และคุณลักษณะหลักของมันคือ "ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReaDark - Reading & Dark Mode

ดาวน์โหลดไฟล์ส่วนขยาย ReaDark - Reading & Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}