Epoch time converter

Converts epoch(unix) and milliseconds to date time

Cos'è Epoch time converter?

Epoch time converter è un'estensione di Chrome sviluppata da pari0130, e la sua funzione principale è "Converts epoch(unix) and milliseconds to date time".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Epoch time converter

Scarica i file di estensione Epoch time converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
URL Ufficiale https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
Descrizione Converts epoch(unix) and milliseconds to date time
Dimensione del File 540 KB
Conteggio Installazioni 440
Versione Corrente 1.0.6
Ultimo Aggiornamento 2022-08-18
Data di Pubblicazione 2022-03-31
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore pari0130
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}