WaveTab
Turn the new tab page into a beautiful, minimal gradient.
什么是WaveTab?
WaveTab是由Liz Wigglesworth开发的Chrome扩展程序,该扩展的主要功能是“Turn the new tab page into a beautiful, minimal gradient.”。
扩展截图
下载WaveTab扩展crx文件
下载WaveTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Beautiful. Minimal. Functional.
WaveTab turns each new tab page into a gorgeous, animated gradient! Built with speed and minimalism in mind, there's no clutter or huge files to load.
Features:
- 60+ unique gradients with more to come!
- No big images to load, so it's lightning fast!
- Custom formatting for time/date
- Show/hide elements
- Customize how the gradient displays
- Toggle the gradient animation 扩展基本信息
| 名称 | |
| ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
| 官方URL | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
| 简介 | Turn the new tab page into a beautiful, minimal gradient. |
| 文件大小 | 272 KB |
| 安装次数 | 49 |
| 当前版本 | v2.1.0 |
| 更新时间 | 2021-01-24 |
| 上架时间 | 2018-08-10 |
| 评分 | 4.60/5 共5次评分 |
| 开发者 | Liz Wigglesworth |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.lizwigg.com/wavetab/ |
| 帮助页面URL | https://www.lizwigg.com/wavetab/support/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WaveTab",
"short_name": "WaveTab",
"author": "Liz Wigglesworth",
"description": "Turn the new tab page into a beautiful, minimal gradient.",
"version": "2.1.0",
"version_name": "v2.1.0",
"icons": {
"32": "assets\/images\/appicon-32.png",
"64": "assets\/images\/appicon-64.png"
},
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "wavetab.html"
},
"web_accessible_resources": [
"assets\/data\/default.json"
]
} | |