Timestamp
Copy time and date into clipboard in dynamic format
Qu'est-ce que Timestamp ?
Timestamp est une extension Chrome développée par immaihig, et sa fonction principale est "Copy time and date into clipboard in dynamic format".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timestamp
Téléchargez les fichiers d'extension Timestamp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        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                     Informations de Base sur l'Extension
| Nom |   |  
| ID | kckcchpealplejenbfceihdabemmdljf | 
| URL Officiel | https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf | 
| Description | Copy time and date into clipboard in dynamic format | 
| Taille du Fichier | 143 KB | 
| Nombre d'Installations | 365 | 
| Version Actuelle | 6.5 | 
| Dernière Mise à Jour | 2023-05-20 | 
| Date de Publication | 2021-03-19 | 
| Évaluation | 4.75/5 Total 4 Évaluations | 
| Développeur | immaihig | 
| [email protected] | |
| Type de Paiement | free | 
| Langues Prises en Charge | 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"
    ]
}  |  |