Timestamp
Copy time and date into clipboard in dynamic format
Apa itu Timestamp?
Timestamp adalah ekstensi Chrome yang dikembangkan oleh immaihig, dan fitur utamanya adalah "Copy time and date into clipboard in dynamic format".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timestamp
Unduh file ekstensi Timestamp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Timestamp |
ID | kckcchpealplejenbfceihdabemmdljf |
URL Resmi | https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf |
Deskripsi | Copy time and date into clipboard in dynamic format |
Ukuran File | 143 KB |
Jumlah Instalasi | 365 |
Versi Saat Ini | 6.5 |
Terakhir Diperbarui | 2023-05-20 |
Tanggal Publikasi | 2021-03-19 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | immaihig |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |