Lofi Tab
New tab to relax/study to
Lofi Tabคืออะไร?
Lofi Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reynnandev และคุณลักษณะหลักของมันคือ "New tab to relax/study to"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lofi Tab
ดาวน์โหลดไฟล์ส่วนขยาย Lofi Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this chrome extension you will be able to have a new tab with background gifs to relax/study to 🖼️🎧 Features: * Select between 30+ Lofi backgrounds * Lofi Music from the Lofi Girl: https://www.youtube.com/watch?v=n61ULEU7CO0&t=1s * Save you favourite background to be your new tab * Weather
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lofi Tab |
ID | oidccjhecgdgchankoghgcfkafoeeedn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
คำอธิบาย | New tab to relax/study to |
ขนาดไฟล์ | 495 KB |
จำนวนการติดตั้ง | 1,032 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2023-03-28 |
วันที่เผยแพร่ | 2021-08-31 |
คะแนน | 4.79/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | reynnandev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lofi Tab", "description": "New tab to relax\/study to", "version": "2.1", "manifest_version": 3, "permissions": [ "geolocation" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/lofitab16.png", "32": "icons\/lofitab32.png", "48": "icons\/lofitab48.png", "128": "icons\/lofitab128.png" } } |