WaveTab
Turn the new tab page into a beautiful, minimal gradient.
Cos'è WaveTab?
WaveTab è un'estensione di Chrome sviluppata da Liz Wigglesworth, e la sua funzione principale è "Turn the new tab page into a beautiful, minimal gradient.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WaveTab
Scarica i file di estensione WaveTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
| URL Ufficiale | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
| Descrizione | Turn the new tab page into a beautiful, minimal gradient. |
| Dimensione del File | 272 KB |
| Conteggio Installazioni | 49 |
| Versione Corrente | v2.1.0 |
| Ultimo Aggiornamento | 2021-01-24 |
| Data di Pubblicazione | 2018-08-10 |
| Valutazione | 4.60/5 Totale 5 Valutazioni |
| Sviluppatore | Liz Wigglesworth |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.lizwigg.com/wavetab/ |
| URL della Pagina di Aiuto | https://www.lizwigg.com/wavetab/support/ |
| Lingue Supportate | 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"
]
} | |