ShowTime
Extension to show the current time and date
ShowTimeคืออะไร?
ShowTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prateek.mehta และคุณลักษณะหลักของมันคือ "Extension to show the current time and date"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShowTime
ดาวน์โหลดไฟล์ส่วนขยาย ShowTime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Use the ShowTime extension to see the current time and date - This extension demonstrates the use of the Browser-Action component provided by the Google Chrome Extensions framework - It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
คำอธิบาย | Extension to show the current time and date |
ขนาดไฟล์ | 14.5 KB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-03-24 |
วันที่เผยแพร่ | 2016-03-23 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | prateek.mehta |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://pixdip.com/extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowTime", "description": "Extension to show the current time and date", "version": "1.2", "browser_action": { "default_title": "ShowTime", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |