Timestamp Plugin

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

What is Timestamp Plugin?

Timestamp Plugin is a Chrome extension developed by Mina Michel, and its main feature is "This extension will insert the timestamp into the textbox with the cursor".

Download Timestamp Plugin Extension CRX File

Download Timestamp Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Timestamp Plugin Timestamp Plugin
ID pngdhemdbaamjkmlfhnfjclmaegblkfj
Official URL https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj
Description This extension will insert the timestamp into the textbox with the cursor
File Size 11.21 KB
Installation Count 228
Current Version 1.0
Last Updated 2016-05-30
Publish Date 2016-05-30
Rating 2.50/5 Total 2 Ratings
Developer Mina Michel
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}