One Click Timestamp

This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.

One Click Timestamp là gì?

One Click Timestamp là một tiện ích mở rộng Chrome được phát triển bởi danielkellyio, và tính năng chính của nó là "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Ả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 One Click Timestamp

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

                        Ever need to get the current timestamp on the fly? Now you can with a single click. Just click on the extension and the current Unix Timestamp will automatically be copied to your clipboard. Timestamps are a great way to keep track of when things happen or provide unique keys that are always different than the last, and now you can generate one right from the window in which you're already working.                    

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

Tên One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
URL Chính Thức https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Mô tả This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Kích Thước Tệp 9.51 KB
Số Lần Cài Đặt 352
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-09-03
Ngày Phát Hành 2015-09-02
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển danielkellyio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Timestamp",
    "description": "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.",
    "version": "1.0",
    "author": "Daniel Kelly",
    "short_name": "1ClickTS",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ]
}