NightMode
Invert Website Colors for Night Viewing
什么是NightMode?
NightMode是由https://northernsignal.com开发的Chrome扩展程序,该扩展的主要功能是“Invert Website Colors for Night Viewing”。
扩展截图
下载NightMode扩展crx文件
下载NightMode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Invert the color and adjust brightness of webpages for viewing at night. Especially useful for public safety and mobile users. 扩展基本信息
| 名称 | |
| ID | kommocijhfofkmkmionppgkhnhnjpmdc |
| 官方URL | https://chrome.google.com/webstore/detail/nightmode/kommocijhfofkmkmionppgkhnhnjpmdc |
| 简介 | Invert Website Colors for Night Viewing |
| 文件大小 | 21.41 KB |
| 安装次数 | 492 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-01-14 |
| 上架时间 | 2017-01-14 |
| 评分 | 3.43/5 共7次评分 |
| 开发者 | https://northernsignal.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://northernsignal.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"common.js",
"background.js"
]
},
"browser_action": {
"default_icon": "nightmode-128.png",
"default_popup": "popup.html",
"default_title": "NightMode (Shift+F11)"
},
"commands": {
"command_toggle_global": {
"description": "Toggle NightMode ON\/OFF"
},
"command_toggle_site": {
"description": "Toggle Inversion on a Site"
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"nightmode.js"
],
"matches": [
" | |