WaveTab
Turn the new tab page into a beautiful, minimal gradient.
What is WaveTab?
WaveTab is a Chrome extension developed by Liz Wigglesworth, and its main feature is "Turn the new tab page into a beautiful, minimal gradient.".
Extension Screenshots
Download WaveTab Extension CRX File
Download WaveTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | WaveTab |
ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
Official URL | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
Description | Turn the new tab page into a beautiful, minimal gradient. |
File Size | 272 KB |
Installation Count | 49 |
Current Version | v2.1.0 |
Last Updated | 2021-01-24 |
Publish Date | 2018-08-10 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Liz Wigglesworth |
[email protected] | |
Payment Type | free |
Extension Website | https://www.lizwigg.com/wavetab/ |
Help Page URL | https://www.lizwigg.com/wavetab/support/ |
Supported Languages | 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" ] } |