WaveTab
Turn the new tab page into a beautiful, minimal gradient.
Co to jest WaveTab?
WaveTab to rozszerzenie Chrome opracowane przez Liz Wigglesworth, a jego główną funkcją jest „Turn the new tab page into a beautiful, minimal gradient.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WaveTab
Pobierz pliki rozszerzeń WaveTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | WaveTab |
ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
Oficjalny URL | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
Opis | Turn the new tab page into a beautiful, minimal gradient. |
Rozmiar pliku | 272 KB |
Liczba instalacji | 49 |
Aktualna Wersja | v2.1.0 |
Ostatnia Aktualizacja | 2021-01-24 |
Data Publikacji | 2018-08-10 |
Ocena | 4.60/5 Łącznie 5 Oceny |
Deweloper | Liz Wigglesworth |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.lizwigg.com/wavetab/ |
Adres URL Strony Pomocy | https://www.lizwigg.com/wavetab/support/ |
Obsługiwane Języki | 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" ] } |