Night Reading Mode
Adjust web page text for night time reading
什么是Night Reading Mode?
Night Reading Mode是由Logan Krumbhaar开发的Chrome扩展程序,该扩展的主要功能是“Adjust web page text for night time reading”。
扩展截图
下载Night Reading Mode扩展crx文件
下载Night Reading Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension which can adjust web page text for night time reading. The extension can invert a pages color and change its contrast. I made this because I tried inverting page colors for night reading, but still found bright text on dark backgrounds difficult to read. Reducing contrast makes reading web pages a bit lighter on the eyes. Compatible with most websites. Please rate and mention any bugs you notice, thoughts, or concerns so I can address them and make it a better extension.
扩展基本信息
名称 | |
ID | ngbfeclajblpoeamfkmeablkmcpfikgc |
官方URL | https://chrome.google.com/webstore/detail/night-reading-mode/ngbfeclajblpoeamfkmeablkmcpfikgc |
简介 | Adjust web page text for night time reading |
文件大小 | 17.28 KB |
安装次数 | 1,490 |
当前版本 | 0.0.0.6 |
更新时间 | 2015-12-09 |
上架时间 | 2015-12-09 |
评分 | 3.13/5 共8次评分 |
开发者 | Logan Krumbhaar |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "rgbcolor.js", "content_script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Adjust web page text for night time reading", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Night Reading Mode", "permissions": [ "tabs", "storage" ], "version": "0.0.0.6" } |