Nighty
Switch certain apps into a finely tuned night mode.
什么是Nighty?
Nighty是由https://sites.google.com/site/timothywatkins开发的Chrome扩展程序,该扩展的主要功能是“Switch certain apps into a finely tuned night mode.”。
扩展截图
下载Nighty扩展crx文件
下载Nighty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Switch certain apps into a finely tuned night mode. Currently supports: - Facebook Messenger
扩展基本信息
名称 | |
ID | iikdidolhafmncjalfilhgnefnkjlbgm |
官方URL | https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm |
简介 | Switch certain apps into a finely tuned night mode. |
文件大小 | 9.8 KB |
安装次数 | 13 |
当前版本 | 1.3 |
更新时间 | 2017-05-09 |
上架时间 | 2017-05-09 |
评分 | 5.00/5 共1次评分 |
开发者 | https://sites.google.com/site/timothywatkins |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jankcat/nighty |
帮助页面URL | https://github.com/jankcat/nighty/issues |
隐私政策页面URL | https://github.com/jankcat/nighty |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nighty", "description": "Switch certain apps into a finely tuned night mode.", "author": "Tim Watkins", "homepage_url": "https:\/\/github.com\/jankcat\/nighty", "short_name": "Nighty", "version": "1.3", "browser_action": { "default_icon": "icon2.png" }, "background": { "scripts": [ "nighty.js" ], "persistent": false }, "permissions": [ "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |