WaveTab
Turn the new tab page into a beautiful, minimal gradient.
WaveTabคืออะไร?
WaveTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liz Wigglesworth และคุณลักษณะหลักของมันคือ "Turn the new tab page into a beautiful, minimal gradient."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaveTab
ดาวน์โหลดไฟล์ส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |