timee
Convert date and time to your time zone with timee.io
timee là gì?
timee là một tiện ích mở rộng Chrome được phát triển bởi https://timee.io, và tính năng chính của nó là "Convert date and time to your time zone with timee.io".
Ả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 timee
Tải xuống các tệp mở rộng timee 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 is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
URL Chính Thức | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Mô tả | Convert date and time to your time zone with timee.io |
Kích Thước Tệp | 10.32 KB |
Số Lần Cài Đặt | 637 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-04-22 |
Ngày Phát Hành | 2020-05-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://timee.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://timee.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |