Timestamp converter

Extension for convert timestamp to date and date to timestamp

Timestamp converter là gì?

Timestamp converter là một tiện ích mở rộng Chrome được phát triển bởi Makarov&Ibragimova, và tính năng chính của nó là "Extension for convert timestamp to date and date to 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 Timestamp converter

Tải xuống các tệp mở rộng 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 timestamp to date with this extension is easier

1. Converting in one click
2. Switch between DateTime and Timestamp in one click
3. Switch between UTC and Local in one click
4. Copy result in one click
5. View timestamp in datetime on a web page in one click                    

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

Tên Timestamp converter Timestamp converter
ID ejimhkccpljbaddcdbnmnciebnakjhoe
URL Chính Thức https://chromewebstore.google.com/detail/timestamp-converter/ejimhkccpljbaddcdbnmnciebnakjhoe
Mô tả Extension for convert timestamp to date and date to timestamp
Kích Thước Tệp 69.37 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2021-01-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Makarov&Ibragimova
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "name": "Timestamp converter",
    "description": "Extension for convert timestamp to date and date to timestamp",
    "version": "2.0",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}