Timestamp

Copy time and date into clipboard in dynamic format

What is Timestamp?

Timestamp is a Chrome extension developed by immaihig, and its main feature is "Copy time and date into clipboard in dynamic format".

Extension Screenshots

screenshot
screenshot
screenshot

Download Timestamp Extension CRX File

Download Timestamp 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

                        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                    

Extension Basic Information

Name Timestamp Timestamp
ID kckcchpealplejenbfceihdabemmdljf
Official URL https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf
Description Copy time and date into clipboard in dynamic format
File Size 143 KB
Installation Count 365
Current Version 6.5
Last Updated 2023-05-20
Publish Date 2021-03-19
Rating 4.75/5 Total 4 Ratings
Developer immaihig
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}