Timestamp
Copy time and date into clipboard in dynamic format
Cos'è Timestamp?
Timestamp è un'estensione di Chrome sviluppata da immaihig, e la sua funzione principale è "Copy time and date into clipboard in dynamic format".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timestamp
Scarica i file di estensione Timestamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | kckcchpealplejenbfceihdabemmdljf |
| URL Ufficiale | https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf |
| Descrizione | Copy time and date into clipboard in dynamic format |
| Dimensione del File | 143 KB |
| Conteggio Installazioni | 365 |
| Versione Corrente | 6.5 |
| Ultimo Aggiornamento | 2023-05-20 |
| Data di Pubblicazione | 2021-03-19 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | immaihig |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |