Epoch time converter

Converts epoch(unix) and milliseconds to date time

Vad är Epoch time converter?

Epoch time converter är en Chrome-tillägg utvecklad av pari0130, och dess huvudfunktion är "Converts epoch(unix) and milliseconds to date time".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Epoch time converter-förlängningens CRX-fil

Ladda ner Epoch time converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
Officiell webbadress https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
Beskrivning Converts epoch(unix) and milliseconds to date time
Filstorlek 540 KB
Antal Installationer 440
Aktuell Version 1.0.6
Senast Uppdaterad 2022-08-18
Publiceringsdatum 2022-03-31
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare pari0130
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}