BWNT - New Tab
Minimalist New Tab page.
什么是BWNT - New Tab?
BWNT - New Tab是由https://erikboesen.com开发的Chrome扩展程序,该扩展的主要功能是“Minimalist New Tab page.”。
扩展截图
下载BWNT - New Tab扩展crx文件
下载BWNT - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A gorgeous hyperminimalistic new tab page featuring a clock and date.
Features:
- 12- and 24-hour time
- Date (can be hidden or shown)
- 5 beautiful themes: light, night, (full) dark, material, and light-blue.
- Option to use a custom image in the background.
- Option to rotate between light and night themes based on time of day
This project is on GitHub! https://github.com/ErikBoesen/BWNT 扩展基本信息
| 名称 | |
| ID | doiinciigjmmlnbehjjjkeoamihggkba |
| 官方URL | https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba |
| 简介 | Minimalist New Tab page. |
| 文件大小 | 39.74 KB |
| 安装次数 | 2,103 |
| 当前版本 | 2.1.1 |
| 更新时间 | 2018-03-20 |
| 上架时间 | 2018-03-20 |
| 评分 | 4.52/5 共29次评分 |
| 开发者 | https://erikboesen.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "2.1.1",
"short_name": "BWNT",
"description": "__MSG_extension_description__",
"icons": {
"128": "res\/icon.png"
},
"default_locale": "en",
"minimum_chrome_version": "36.0",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |