WaveTab

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

WaveTab là gì?

WaveTab là một tiện ích mở rộng Chrome được phát triển bởi Liz Wigglesworth, và tính năng chính của nó là "Turn the new tab page into a beautiful, minimal gradient.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WaveTab

Tải xuống các tệp mở rộng WaveTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WaveTab WaveTab
ID nfdfcgbnfilhjigfdeniiacekbfmknnk
URL Chính Thức https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk
Mô tả Turn the new tab page into a beautiful, minimal gradient.
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại v2.1.0
Cập Nhật Lần Cuối 2021-01-24
Ngày Phát Hành 2018-08-10
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Liz Wigglesworth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lizwigg.com/wavetab/
URL Trang Trợ Giúp https://www.lizwigg.com/wavetab/support/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}