WaveTab
Turn the new tab page into a beautiful, minimal gradient.
Wat is WaveTab?
WaveTab is een Chrome-extensie ontwikkeld door Liz Wigglesworth, en de belangrijkste functie is "Turn the new tab page into a beautiful, minimal gradient.".
Extensie Screenshots
Download het CRX-bestand van de extensie WaveTab
Download WaveTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | WaveTab |
ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
Officiële URL | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
Beschrijving | Turn the new tab page into a beautiful, minimal gradient. |
Bestandsgrootte | 272 KB |
Aantal Installaties | 49 |
Huidige Versie | v2.1.0 |
Laatst Bijgewerkt | 2021-01-24 |
Publicatiedatum | 2018-08-10 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Liz Wigglesworth |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.lizwigg.com/wavetab/ |
Help Pagina-URL | https://www.lizwigg.com/wavetab/support/ |
Ondersteunde Talen | 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" ] } |