Epoch time converter
Converts epoch(unix) and milliseconds to date time
Apa itu Epoch time converter?
Epoch time converter adalah ekstensi Chrome yang dikembangkan oleh pari0130, dan fitur utamanya adalah "Converts epoch(unix) and milliseconds to date time".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Epoch time converter
Unduh file ekstensi Epoch time converter 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
This program converts epoch(unix) time and milliseconds to date time. After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert. If you convert by selecting a date and time, convert it to the specified time. It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time. It provides useful functions to developers.
Informasi Dasar Ekstensi
Nama | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
URL Resmi | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Deskripsi | Converts epoch(unix) and milliseconds to date time |
Ukuran File | 540 KB |
Jumlah Instalasi | 440 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2022-08-18 |
Tanggal Publikasi | 2022-03-31 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | pari0130 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epoch time converter", "description": "Converts epoch(unix) and milliseconds to date time", "version": "1.0.6", "icons": { "128": "logo\/logo.png" }, "action": { "default_title": "Epoch converter", "default_popup": "popup\/popup.html" } } |