Timely

This extension converts unix epoch timestamps to human-readable times.

Timely là gì?

Timely là một tiện ích mở rộng Chrome được phát triển bởi Chris Warren, và tính năng chính của nó là "This extension converts unix epoch timestamps to human-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 Timely

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

                        Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.

Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.                    

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

Tên Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
URL Chính Thức https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
Mô tả This extension converts unix epoch timestamps to human-readable times.
Kích Thước Tệp 10.88 KB
Số Lần Cài Đặt 2,108
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-10-27
Ngày Phát Hành 2013-10-27
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Chris Warren
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "short_name": "Timely",
    "description": "This extension converts unix epoch timestamps to human-readable times.",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show human-readable timestamps"
    }
}