Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

Unix Timestamp Converter là gì?

Unix Timestamp Converter là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unix Timestamp Converter

Tải xuống các tệp mở rộng Unix Timestamp 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

                        Convert time unix timestamps into human readable dates or human readable dates into unix timestamps.  You choose!

The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now.  Just give it a try.                    

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

Tên Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
URL Chính Thức https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
Mô tả Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 5,057
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2021-12-23
Ngày Phát Hành 2017-09-29
Đánh Giá 4.23/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CoryNoonan/unix-timestamp-chrome
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Converter",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_name": "Unix Timestamp Converter",
        "short_name": "Unix Timestamp Converter"
    },
    "icons": {
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}