Local Time - Automatic Time Zone Converter
Automatically converts and replaces time in the websites you visit by your local time.
Local Time - Automatic Time Zone Converter là gì?
Local Time - Automatic Time Zone Converter là một tiện ích mở rộng Chrome được phát triển bởi https://www.xhevi.com, và tính năng chính của nó là "Automatically converts and replaces time in the websites you visit by your local time.".
Ả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 Local Time - Automatic Time Zone Converter
Tải xuống các tệp mở rộng Local Time - Automatic Time Zone Converter 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 extension will try to automatically detect, convert and replace any time shown on the webpages you visit with your local time. Normally you need to copy the time, paste it on google, or other third-party website to convert the time, which sucks. With this extensions, you don't need to do anything, the converted time, just shows in-place, instead of the original one. Also you don't need to set-up anything beforehand, it's automatic. Currently the extension support mostly US time conversion to your local time, but more timezones will be added soon. Also we plan to add an option to show back the original time when you click on the replaced time. Please expect common updates of the extensions allowing for it improvement soon. This extension does not add any icons to your browser. Go to Chrome Options - Tools - Extensions menu and find Local Time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Local Time - Automatic Time Zone Converter |
ID | jkmnfhflkgcekodgohnkcmecndbghigp |
URL Chính Thức | https://chromewebstore.google.com/detail/local-time-automatic-time/jkmnfhflkgcekodgohnkcmecndbghigp |
Mô tả | Automatically converts and replaces time in the websites you visit by your local time. |
Kích Thước Tệp | 132 KB |
Số Lần Cài Đặt | 1,431 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2022-04-01 |
Ngày Phát Hành | 2016-02-08 |
Đánh Giá | 4.31/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | https://www.xhevi.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,vi,tr,es,it,cs,el,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.5", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.2.min.js", "date.js", "jquery.ba-replacetext.js", "mytime.js" ] } ], "permissions": [], "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |