WaveTab

Turn the new tab page into a beautiful, minimal gradient.

O que é WaveTab?

WaveTab é uma extensão do Chrome desenvolvida por Liz Wigglesworth, e sua principal característica é "Turn the new tab page into a beautiful, minimal gradient.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WaveTab

Baixe arquivos de extensão WaveTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome WaveTab WaveTab
ID nfdfcgbnfilhjigfdeniiacekbfmknnk
URL Oficial https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk
Descrição Turn the new tab page into a beautiful, minimal gradient.
Tamanho do Arquivo 272 KB
Contagem de Instalações 49
Versão Atual v2.1.0
Última Atualização 2021-01-24
Data de Publicação 2018-08-10
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Liz Wigglesworth
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lizwigg.com/wavetab/
URL da Página de Ajuda https://www.lizwigg.com/wavetab/support/
Idiomas Suportados 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"
    ]
}