Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
Time Iconคืออะไร?
Time Icon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Fowler และคุณลักษณะหลักของมันคือ "View the current time from the chrome extension bar. Right click on the time icon for the full date."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Icon
ดาวน์โหลดไฟล์ส่วนขยาย Time Icon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible. When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format. The extension uses the time of your computer, so you can change the timezone in your computer's settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
คำอธิบาย | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
ขนาดไฟล์ | 7.29 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2023-01-03 |
วันที่เผยแพร่ | 2019-10-09 |
ผู้พัฒนา | Brandon Fowler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Icon", "version": "1.2.2", "permissions": [ "alarms", "storage" ], "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.", "icons": { "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "options_page": "options.html", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "manifest_version": 3 } |