DateTime new tab page
Override the new tab page with time and date
DateTime new tab pageคืออะไร?
DateTime new tab page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meosit และคุณลักษณะหลักของมันคือ "Override the new tab page with time and date"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DateTime new tab page
ดาวน์โหลดไฟล์ส่วนขยาย DateTime new tab page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DateTime new tab page |
ID | oipiajaklcfkockbhjkedfjkpkcbpgfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh |
คำอธิบาย | Override the new tab page with time and date |
ขนาดไฟล์ | 24.6 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2024-02-16 |
วันที่เผยแพร่ | 2018-10-02 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Meosit |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DateTime new tab page", "description": "Override the new tab page with time and date", "version": "1.0.0", "permissions": [ "storage" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |