WaveTab

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

WaveTabとは何ですか?

WaveTabはLiz Wigglesworthによって開発されたChromeの拡張機能で、その主な機能は「Turn the new tab page into a beautiful, minimal gradient.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

WaveTab拡張機能のCRXファイルをダウンロード

WaveTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 WaveTab WaveTab
ID nfdfcgbnfilhjigfdeniiacekbfmknnk
公式URL https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk
説明 Turn the new tab page into a beautiful, minimal gradient.
ファイルサイズ 272 KB
インストール数 49
現在のバージョン v2.1.0
最終更新日 2021-01-24
公開日 2018-08-10
評価 4.60/5 合計 5 レビュー
開発者 Liz Wigglesworth
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.lizwigg.com/wavetab/
ヘルプページのURL https://www.lizwigg.com/wavetab/support/
対応言語 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"
    ]
}