WaveTab

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

Qu'est-ce que WaveTab ?

WaveTab est une extension Chrome développée par Liz Wigglesworth, et sa fonction principale est "Turn the new tab page into a beautiful, minimal gradient.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WaveTab

Téléchargez les fichiers d'extension WaveTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WaveTab WaveTab
ID nfdfcgbnfilhjigfdeniiacekbfmknnk
URL Officiel https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk
Description Turn the new tab page into a beautiful, minimal gradient.
Taille du Fichier 272 KB
Nombre d'Installations 49
Version Actuelle v2.1.0
Dernière Mise à Jour 2021-01-24
Date de Publication 2018-08-10
Évaluation 4.60/5 Total 5 Évaluations
Développeur Liz Wigglesworth
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lizwigg.com/wavetab/
URL de la Page d'Aide https://www.lizwigg.com/wavetab/support/
Langues Prises en Charge 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"
    ]
}