Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Minimalistic New Tabคืออะไร?
Minimalistic New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smenigat และคุณลักษณะหลักของมันคือ "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimalistic New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Minimalistic New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience. Features: - Clock showing the current time - Background image freely choosable (any Unsplash image you want)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
คำอธิบาย | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
ขนาดไฟล์ | 554 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-08-26 |
วันที่เผยแพร่ | 2019-08-26 |
ผู้พัฒนา | smenigat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalistic New Tab", "version": "1.1", "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |