Timestamp

Copy time and date into clipboard in dynamic format

Timestamp là gì?

Timestamp là một tiện ích mở rộng Chrome được phát triển bởi immaihig, và tính năng chính của nó là "Copy time and date into clipboard in dynamic format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timestamp

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

                        Create custom plain text timestamps for easy copy/paste

It is up to your imagination what format you want and what format you will use where                    

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

Tên Timestamp Timestamp
ID kckcchpealplejenbfceihdabemmdljf
URL Chính Thức https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf
Mô tả Copy time and date into clipboard in dynamic format
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 365
Phiên Bản Hiện Tại 6.5
Cập Nhật Lần Cuối 2023-05-20
Ngày Phát Hành 2021-03-19
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển immaihig
Email [email protected]
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": 3,
    "name": "Timestamp",
    "version": "6.5",
    "description": "Copy time and date into clipboard in dynamic format",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/event.js"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}