Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Beautiful Digital Clock with Greetingsคืออะไร?
Beautiful Digital Clock with Greetings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naruth Kongurai และคุณลักษณะหลักของมันคือ "A beautiful new tab page that displays a digital 12-hour format clock."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beautiful Digital Clock with Greetings
ดาวน์โหลดไฟล์ส่วนขยาย Beautiful Digital Clock with Greetings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
คำอธิบาย | A beautiful new tab page that displays a digital 12-hour format clock. |
ขนาดไฟล์ | 55.11 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-09-25 |
วันที่เผยแพร่ | 2018-09-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Naruth Kongurai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.naruthk.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |