Better Dark Mode
Give pages a better dark mode by avoiding things like full white text on full black background.
什么是Better Dark Mode?
Better Dark Mode是由f开发的Chrome扩展程序,该扩展的主要功能是“Give pages a better dark mode by avoiding things like full white text on full black background.”。
扩展截图
下载Better Dark Mode扩展crx文件
下载Better Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Creates a dark mode of any page by inverting the original colors, background-colors, border-colors.
- Unlike most "dark modes," Better Dark Mode reduces eye-strain by not allowing any RGB values below 50 or above 200 by default. Darkness and brightness limits can be customized by user.
Potential updates:
- Find a way to avoid flash of non-darkened page before extension runs on page load
- Store the active/inactive state as well as darkness/brightness limit variables Chrome-wide (currently using localStorage) 扩展基本信息
| 名称 | |
| ID | ibkdocnpanhgcbbfadninaflpgjecmod |
| 官方URL | https://chromewebstore.google.com/detail/better-dark-mode/ibkdocnpanhgcbbfadninaflpgjecmod |
| 简介 | Give pages a better dark mode by avoiding things like full white text on full black background. |
| 文件大小 | 32.05 KB |
| 安装次数 | 5,638 |
| 当前版本 | 0.9.4 |
| 更新时间 | 2017-09-23 |
| 上架时间 | 2017-09-23 |
| 评分 | 3.46/5 共26次评分 |
| 开发者 | f |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Better Dark Mode",
"short_name": "Better Dark",
"description": "Give pages a better dark mode by avoiding things like full white text on full black background.",
"version": "0.9.4",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
" | |