Dark Reader
Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.
什么是Dark Reader?
Dark Reader是由https://darkreader.org开发的Chrome扩展程序,该扩展的主要功能是“Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.”。
扩展截图
下载Dark Reader扩展crx文件
下载Dark Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. You can adjust the brightness, contrast, sepia filter, dark mode, font settings and the ignore-list. We may ask you to support the development of the app with a donation. You may see news about Dark Reader in the settings popup. There are Developer Tools for experienced users. Dark Reader doesn't show ads and doesn't send users' data anywhere. It's fully open-source: https://github.com/darkreader/darkreader Before you install it, disable similar extensions. Enjoy watching!
扩展基本信息
名称 | Dark Reader |
ID | eimadpbcbfnmbkopoojfekhnkhdbieeh |
官方URL | https://chromewebstore.google.com/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh |
简介 | Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing. |
文件大小 | 700 KB |
安装次数 | 5,593,956 |
当前版本 | 4.9.78 |
更新时间 | 2024-03-01 |
上架时间 | 2020-06-29 |
评分 | 4.71/5 共11108次评分 |
开发者 | https://darkreader.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://darkreader.org/ |
隐私政策页面URL | https://darkreader.org/privacy |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,sk,sv,cs,el,sr,ru,uk,iw,fa,hi,bn,te,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Reader", "version": "4.9.78", "author": "Alexander Shutau", "description": "__MSG_extension_description__", "default_locale": "en", "browser_action": { "default_title": "Dark Reader", "default_icon": { "19": "icons\/dr_active_19.png", "38": "icons\/dr_active_38.png" }, "default_popup": "ui\/popup\/index.html" }, "icons": { "16": "icons\/dr_16.png", "48": "icons\/dr_48.png", "128": "icons\/dr_128.png" }, "background": { "persistent": true, "page": "background\/index.html" }, "content_scripts": [ { "matches": [ " |