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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}