nightTab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
什么是nightTab?
nightTab是由zombieFox开发的Chrome扩展程序,该扩展的主要功能是“A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.”。
扩展截图
下载nightTab扩展crx文件
下载nightTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
- Display the time, date and a search bar in the header.
- Present any number of bookmark tiles organised in groups.
- Customise the layout, background image or video, theme, font and accent colour.
- Backup your setup to a local file.
nightTab does NOT collect or use your personal or browser data in any way. 扩展基本信息
| 名称 | |
| ID | hdpcadigjkbcpnlcpbcohpafiaefanki |
| 官方URL | https://chromewebstore.google.com/detail/nighttab/hdpcadigjkbcpnlcpbcohpafiaefanki |
| 简介 | A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab. |
| 文件大小 | 955 KB |
| 安装次数 | 203,019 |
| 当前版本 | 7.3.0 |
| 更新时间 | 2021-10-03 |
| 上架时间 | 2020-06-16 |
| 评分 | 4.76/5 共372次评分 |
| 开发者 | zombieFox |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/zombieFox/nightTab |
| 帮助页面URL | https://github.com/zombieFox/nightTab/issues |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "7.3.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon\/icon-16.png",
"48": "icon\/icon-48.png",
"128": "icon\/icon-128.png",
"512": "icon\/icon-512.png"
}
} | |