Convert Unix timestamp to date

Convert Unix timestamp to date

Convert Unix timestamp to date là gì?

Convert Unix timestamp to date là một tiện ích mở rộng Chrome được phát triển bởi https://sunmedia.ru, và tính năng chính của nó là "Convert Unix timestamp to date".

Ả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 Convert Unix timestamp to date

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

                        Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.                    

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

Tên Convert Unix timestamp to date Convert Unix timestamp to date
ID fnjggclgolhdodlhgboekpelaeiahpbl
URL Chính Thức https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl
Mô tả Convert Unix timestamp to date
Kích Thước Tệp 36.34 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-03-27
Ngày Phát Hành 2013-03-27
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://sunmedia.ru
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "conv_timestamp.js"
        ]
    },
    "description": "Convert Unix timestamp to date",
    "icons": {
        "16": "time-16.gif",
        "32": "time-32.gif",
        "48": "time-48.gif",
        "128": "time-128.gif"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.472",
    "name": "Convert Unix timestamp to date",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "time-48.gif"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}