Epoch time converter

Converts epoch(unix) and milliseconds to date time

¿Qué es Epoch time converter?

Epoch time converter es una extensión de Chrome desarrollada por pari0130, y su función principal es "Converts epoch(unix) and milliseconds to date time".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Epoch time converter

Descarga archivos de extensión Epoch time converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
URL Oficial https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
Descripción Converts epoch(unix) and milliseconds to date time
Tamaño del Archivo 540 KB
Cantidad de Instalaciones 440
Versión Actual 1.0.6
Última Actualización 2022-08-18
Fecha de Publicación 2022-03-31
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador pari0130
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}