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.”。
擴展截圖
下載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 |
ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
官方網址 | 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" ] } |