lavender | new tab
a soft, minimal new tab for your browser
lavender | new tabคืออะไร?
lavender | new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fvrests และคุณลักษณะหลักของมันคือ "a soft, minimal new tab for your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lavender | new tab
ดาวน์โหลดไฟล์ส่วนขยาย lavender | new tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
lavender new tab 🌙 lavender is a soft, minimal new tab for your chrome browser featuring: - live time & weather updates - 5 calming background colors - alternative UI layouts - location-based weather fetching - metric units & 24-hour time formatting - options sync between chrome browsers this app requires the following permissions: - chrome & local storage: used to store user settings, sync across browsers - geolocation: used to fetch weather from the OpenWeather API (https://openweathermap.org/). this functionality is optional. this project is licensed under the MIT license. please feel free to browse the source code or use snippets to inspire your own projects 💛 source code: https://github.com/fvrests/lavender privacy policy: https://github.com/fvrests/lavender/blob/main/privacy-policy.md) terms of use: https://github.com/fvrests/lavender/blob/main/terms-of-use.md by @fvrests: https://twitter.com/fvrests donate 💕https://givebutter.com/fvrests
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | lavender | new tab |
ID | ffobepdbanoiodmfimpmanafepclokbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lavender-new-tab/ffobepdbanoiodmfimpmanafepclokbc |
คำอธิบาย | a soft, minimal new tab for your browser |
ขนาดไฟล์ | 562 KB |
จำนวนการติดตั้ง | 923 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-08-19 |
วันที่เผยแพร่ | 2020-08-10 |
คะแนน | 4.93/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | fvrests |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/fvrests/lavender |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lavender | new tab", "short_name": "lavender", "version": "1.1", "description": "a soft, minimal new tab for your browser", "permissions": [ "storage", "geolocation" ], "page_action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |