Epoch time converter
Converts epoch(unix) and milliseconds to date time
Was ist Epoch time converter?
Epoch time converter ist eine Chrome-Erweiterung, die von pari0130 entwickelt wurde, und ihr Hauptmerkmal ist "Converts epoch(unix) and milliseconds to date time".
Erweiterungsscreenshots
Epoch time converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Epoch time converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
Offizielle URL | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Beschreibung | Converts epoch(unix) and milliseconds to date time |
Dateigröße | 540 KB |
Installationsanzahl | 440 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2022-08-18 |
Veröffentlichungsdatum | 2022-03-31 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | pari0130 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |