Timestamp

Copy time and date into clipboard in dynamic format

Wat is Timestamp?

Timestamp is een Chrome-extensie ontwikkeld door immaihig, en de belangrijkste functie is "Copy time and date into clipboard in dynamic format".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Timestamp

Download Timestamp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Timestamp Timestamp
ID kckcchpealplejenbfceihdabemmdljf
Officiële URL https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf
Beschrijving Copy time and date into clipboard in dynamic format
Bestandsgrootte 143 KB
Aantal Installaties 365
Huidige Versie 6.5
Laatst Bijgewerkt 2023-05-20
Publicatiedatum 2021-03-19
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar immaihig
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}