New Tab Page with Date and Time
A redesigned new tab page that has a date and time.
New Tab Page with Date and Timeคืออะไร?
New Tab Page with Date and Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A redesigned new tab page that has a date and time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Page with Date and Time
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Page with Date and Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab Page with Date and Time |
ID | jpfnggpejkdhnnjhcjnfecnjemmfinoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-page-with-date-an/jpfnggpejkdhnnjhcjnfecnjemmfinoc |
คำอธิบาย | A redesigned new tab page that has a date and time. |
ขนาดไฟล์ | 243 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-10-05 |
วันที่เผยแพร่ | 2012-10-05 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Page with Date and Time", "version": "1.0", "manifest_version": 2, "description": "A redesigned new tab page that has a date and time.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |