Epoch Converter Tooltip for Google Chrome™

Convert timestamps to readable times

Epoch Converter Tooltip for Google Chrome™ là gì?

Epoch Converter Tooltip for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi eyal0, và tính năng chính của nó là "Convert timestamps to readable times".

Ả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 Epoch Converter Tooltip for Google Chrome™

Tải xuống các tệp mở rộng Epoch Converter Tooltip for Google Chrome™ 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

                        When hovering over a number that might be a timestamp, convert it to a timestamp.

In the options, the location of the tooltip, the triggering, and the timezone can be changed.                    

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

Tên Epoch Converter Tooltip for Google Chrome™ Epoch Converter Tooltip for Google Chrome™
ID gfhloejbjfojlcadcpahgdaagekamhjh
URL Chính Thức https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh
Mô tả Convert timestamps to readable times
Kích Thước Tệp 639 KB
Số Lần Cài Đặt 291
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2017-06-29
Ngày Phát Hành 2017-06-29
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển eyal0
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eyal0/epoch-converter-tooltip
URL Trang Trợ Giúp https://github.com/eyal0/epoch-converter-tooltip/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter Tooltip for Google Chrome\u2122",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert timestamps to readable times",
    "icons": {
        "16": "ECT-16.png",
        "48": "ECT-48.png",
        "128": "ECT-128.png"
    },
    "background": {
        "scripts": [
            "ECT-background.js"
        ],
        "persistent": true
    },
    "options_page": "ECT-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "ECT.css"
            ],
            "js": [
                "ECT-contentscript.js"
            ]
        }
    ]
}