Good Times - Time Zone Clocks
Browser button that displays time zone clocks
Good Times - Time Zone Clocks là gì?
Good Times - Time Zone Clocks là một tiện ích mở rộng Chrome được phát triển bởi scottschafferdesign, và tính năng chính của nó là "Browser button that displays time zone clocks".
Ả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 Good Times - Time Zone Clocks
Tải xuống các tệp mở rộng Good Times - Time Zone Clocks 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 simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
URL Chính Thức | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Mô tả | Browser button that displays time zone clocks |
Kích Thước Tệp | 192 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2021-04-16 |
Ngày Phát Hành | 2021-04-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | scottschafferdesign |
[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", "manifest_version": 3, "name": "Good Times - Time Zone Clocks", "version": "2.1", "description": "Browser button that displays time zone clocks", "author": "Scott Schaffer", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "Good Times" }, "permissions": [ "storage" ] } |