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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ReaDark - Reading & Dark Mode for turning all websites in Chrome browser to reading or dark mode or both."입니다.

확장 프로그램 스크린샷

screenshot

ReaDark - Reading & Dark Mode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}