Timestamp Plugin

This extension will insert the timestamp into the textbox with the cursor

Timestamp Plugin là gì?

Timestamp Plugin là một tiện ích mở rộng Chrome được phát triển bởi Mina Michel, và tính năng chính của nó là "This extension will insert the timestamp into the textbox with the cursor".

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

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

                        Whenever you are writing text in a huge text area and want to track when did you add this text, just click on my extension and it will add a timestamp with your initials (that you can set in the options screen)                    

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

Tên Timestamp Plugin Timestamp Plugin
ID pngdhemdbaamjkmlfhnfjclmaegblkfj
URL Chính Thức https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj
Mô tả This extension will insert the timestamp into the textbox with the cursor
Kích Thước Tệp 11.21 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-30
Ngày Phát Hành 2016-05-30
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mina Michel
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": 2,
    "name": "Timestamp Plugin",
    "description": "This extension will insert the timestamp into the textbox with the cursor",
    "version": "1.0",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}