Epoch time converter

Converts epoch(unix) and milliseconds to date time

Hvad er Epoch time converter?

Epoch time converter er en Chrome-udvidelse udviklet af pari0130, og dens hovedfunktion er "Converts epoch(unix) and milliseconds to date time".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Epoch time converter-udvidelses-CRX-fil

Download Epoch time converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
Officiel URL https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
Beskrivelse Converts epoch(unix) and milliseconds to date time
Filstørrelse 540 KB
Antal Installationer 440
Nuværende Version 1.0.6
Senest Opdateret 2022-08-18
Udgivelsesdato 2022-03-31
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler pari0130
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}