Lucid
Replace your new tab page with a simple notepad.
Lucidคืออะไร?
Lucid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://daneden.me และคุณลักษณะหลักของมันคือ "Replace your new tab page with a simple notepad."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lucid
ดาวน์โหลดไฟล์ส่วนขยาย Lucid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lucid replaces your New Tab page with a simple notepad. It tells you what day it is. It changes its appearance to match your computer’s. And with any luck, it will help you get things done.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lucid |
ID | achogfadpkcepkepcpegehpiiioihmik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lucid/achogfadpkcepkepcpegehpiiioihmik |
คำอธิบาย | Replace your new tab page with a simple notepad. |
ขนาดไฟล์ | 9.32 KB |
จำนวนการติดตั้ง | 1,191 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2019-10-01 |
วันที่เผยแพร่ | 2019-10-01 |
คะแนน | 4.76/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | https://daneden.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lucid", "version": "1.1.1", "manifest_version": 2, "description": "Replace your new tab page with a simple notepad.", "homepage_url": "https:\/\/github.com\/daneden\/chrome-lucid", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ] } |