Timestamp Converter

Provides a popup readable date when select any section

Timestamp Converter là gì?

Timestamp Converter là một tiện ích mở rộng Chrome được phát triển bởi Derek, và tính năng chính của nó là "Provides a popup readable date when select any section".

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

                        When you select the timestamp, it will be automatically converted into a readable time, which is easy and convenient to debug the web page.                    

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

Tên Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
URL Chính Thức https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
Mô tả Provides a popup readable date when select any section
Kích Thước Tệp 42.68 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-01-29
Ngày Phát Hành 2022-01-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Derek
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timestamp Converter",
    "description": "Provides a popup readable date when select any section",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}