Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
Time Icon là gì?
Time Icon là một tiện ích mở rộng Chrome được phát triển bởi Brandon Fowler, và tính năng chính của nó là "View the current time from the chrome extension bar. Right click on the time icon for the full date.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Time Icon
Tải xuống các tệp mở rộng Time Icon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
URL Chính Thức | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
Mô tả | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
Kích Thước Tệp | 7.29 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2019-10-09 |
Nhà Phát Triển | Brandon Fowler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |