WaveTab
Turn the new tab page into a beautiful, minimal gradient.
Was ist WaveTab?
WaveTab ist eine Chrome-Erweiterung, die von Liz Wigglesworth entwickelt wurde, und ihr Hauptmerkmal ist "Turn the new tab page into a beautiful, minimal gradient.".
Erweiterungsscreenshots
WaveTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie WaveTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
| Offizielle URL | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
| Beschreibung | Turn the new tab page into a beautiful, minimal gradient. |
| Dateigröße | 272 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | v2.1.0 |
| Letztes Update | 2021-01-24 |
| Veröffentlichungsdatum | 2018-08-10 |
| Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
| Entwickler | Liz Wigglesworth |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.lizwigg.com/wavetab/ |
| Hilfeseite URL | https://www.lizwigg.com/wavetab/support/ |
| Unterstützte Sprachen | 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"
]
} | |