Epoch time converter

Converts epoch(unix) and milliseconds to date time

Epoch time converter là gì?

Epoch time converter là một tiện ích mở rộng Chrome được phát triển bởi pari0130, và tính năng chính của nó là "Converts epoch(unix) and milliseconds to date time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Epoch time converter

Tải xuống các tệp mở rộng Epoch time 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 program converts epoch(unix) time and milliseconds to date time.

After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert.

If you convert by selecting a date and time, convert it to the specified time.

It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time.

It provides useful functions to developers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
URL Chính Thức https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
Mô tả Converts epoch(unix) and milliseconds to date time
Kích Thước Tệp 540 KB
Số Lần Cài Đặt 440
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-08-18
Ngày Phát Hành 2022-03-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển pari0130
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch time converter",
    "description": "Converts epoch(unix) and milliseconds to date time",
    "version": "1.0.6",
    "icons": {
        "128": "logo\/logo.png"
    },
    "action": {
        "default_title": "Epoch converter",
        "default_popup": "popup\/popup.html"
    }
}