Epoch time converter
Converts epoch(unix) and milliseconds to date time
Wat is Epoch time converter?
Epoch time converter is een Chrome-extensie ontwikkeld door pari0130, en de belangrijkste functie is "Converts epoch(unix) and milliseconds to date time".
Extensie Screenshots
Download het CRX-bestand van de extensie Epoch time converter
Download Epoch time converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
Officiële URL | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Beschrijving | Converts epoch(unix) and milliseconds to date time |
Bestandsgrootte | 540 KB |
Aantal Installaties | 440 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2022-08-18 |
Publicatiedatum | 2022-03-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | pari0130 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |