Epoch Converter

Provides a popup showing a human readable date of a highlighted Unix timestamp.

Epoch Converter là gì?

Epoch Converter là một tiện ích mở rộng Chrome được phát triển bởi drautb, và tính năng chính của nó là "Provides a popup showing a human readable date of a highlighted Unix timestamp.".

Ả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 Converter

Tải xuống các tệp mở rộng Epoch 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 converts Unix timestamps to human readable date and time strings. Simply double click or highlight a timestamp in your browser window, and a small popup will appear containing a readable date and time. 

This extension is open source. Check it out on GitHub: http://github.com/drautb/epoch-converter                    

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

Tên Epoch Converter Epoch Converter
ID plfbhieilacgkdnphcdehdnhjenmnima
URL Chính Thức https://chromewebstore.google.com/detail/epoch-converter/plfbhieilacgkdnphcdehdnhjenmnima
Mô tả Provides a popup showing a human readable date of a highlighted Unix timestamp.
Kích Thước Tệp 50.43 KB
Số Lần Cài Đặt 1,753
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-05-19
Ngày Phát Hành 2013-07-17
Đánh Giá 3.33/5 Tổng số 21 Đánh Giá
Nhà Phát Triển drautb
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/drautb/epoch-converter/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch Converter",
    "description": "Provides a popup showing a human readable date of a highlighted Unix timestamp.",
    "version": "1.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}