Dark Reader - Dark Mode for Chrome

Turn on dark mode for Chrome. Take care of your eyes, and use a dark theme for the night and daily browsing.

Dark Reader - Dark Mode for Chromeคืออะไร?

Dark Reader - Dark Mode for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://darkreader.net และคุณลักษณะหลักของมันคือ "Turn on dark mode for Chrome. Take care of your eyes, and use a dark theme for the night and daily browsing."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Reader - Dark Mode for Chrome

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

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

                        Dark Reader - Dark Mode for Chrome is a fast, lite, and simple extension that automatically turns the colors of your browser content warmer or darker.

This eye-care extension enables night mode by creating dark themes for websites on the fly. Dark Reader inverts bright colors, making them high contrast and easy to read at night.

What will you get from the Dark Mode extension:

1) An easy way to create dark mode on every website. In addition, you can customize your dark theme visual from Brightness, Contrast, to Saturation.
2) A night shift mode that changes the website’s color to warmer, making it much more pleasing to watch.

Night Shift
Activate Night Shift mode to invert the usual light from the screen to a warmer tone, thus, preventing your eyes from harm. You can turn the tool on and off with a single click when you need it.

Dark Mode extension automatically shifts the colors of your browser content to the warmer end of the color spectrum after dark.

Dark Reader extension will put a dark theme on all websites, suitable for those who work at night and dark reader for online news or book reading.

Dark Theme for YouTube extension converts the YouTube theme to a highly customizable dark charcoal/blue theme. This Dark Reader extension is built on top of the default YouTube theme (native dark theme).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark Reader - Dark Mode for Chrome Dark Reader - Dark Mode for Chrome
ID akpkoodohacdmlddblgnaahbbfjplcig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-reader-dark-mode-for/akpkoodohacdmlddblgnaahbbfjplcig
คำอธิบาย Turn on dark mode for Chrome. Take care of your eyes, and use a dark theme for the night and daily browsing.
ขนาดไฟล์ 1012 KB
จำนวนการติดตั้ง 29,043
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2022-12-07
คะแนน 4.61/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา https://darkreader.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://darkreader.net/
URL หน้านโยบายความเป็นส่วนตัว https://darkreader.net/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.7",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "control-panel.js",
                "dark-mode-content.js"
            ],
            "css": [
                "assets\/style-injector.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": ".\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}