World Clock
An extension which displays time in different timezones.
World Clock là gì?
World Clock là một tiện ích mở rộng Chrome được phát triển bởi Rajasri Systems, và tính năng chính của nó là "An extension which displays time in different timezones.".
Ả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 World Clock
Tải xuống các tệp mở rộng World Clock 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
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
URL Chính Thức | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
Mô tả | An extension which displays time in different timezones. |
Kích Thước Tệp | 6.15 MB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2023-04-13 |
Ngày Phát Hành | 2021-04-11 |
Nhà Phát Triển | Rajasri Systems |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://rajasri.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clock", "description": "An extension which displays time in different timezones.", "version": "2.1", "author": "Rajasri Systems", "browser_action": { "default_icon": "images\/worldclockfavicon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "icons": { "16": "images\/worldclockfavicon.png", "32": "images\/worldclock32x32.png", "48": "images\/worldclock48x48.png", "128": "images\/worldclock128x128.png" } } |