Minimal Clock
Displays the current time and date with a changing background gradient.
Minimal Clockคืออะไร?
Minimal Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tech Newton และคุณลักษณะหลักของมันคือ "Displays the current time and date with a changing background gradient."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Clock
ดาวน์โหลดไฟล์ส่วนขยาย Minimal Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Minimal Clock is the super clean & minimal chrome extension displays the current time and date in a modern, minimalistic design on the new tab page. The background of the page features a smooth linear gradient of four colors that changes every minute, adding a touch of elegance to the overall aesthetic. Additionally, the current time is displayed in the tab title bar, making it easy to keep track of the time even when browsing in another tab. With this extension, users can easily check the time, date, and day of the week in a single glance, while enjoying the pleasing visual experience of the background gradient. It's perfect for anyone who wants a simple, yet stylish way to keep track of the time while browsing the web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minimal Clock |
ID | kfpkibiagbfmimgiojjmjnbcgnndaboa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa |
คำอธิบาย | Displays the current time and date with a changing background gradient. |
ขนาดไฟล์ | 6.14 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-05-03 |
วันที่เผยแพร่ | 2023-05-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Tech Newton |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Clock", "version": "1.0", "description": "Displays the current time and date with a changing background gradient.", "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |