Epoch time converter
Converts epoch(unix) and milliseconds to date time
Co to jest Epoch time converter?
Epoch time converter to rozszerzenie Chrome opracowane przez pari0130, a jego główną funkcją jest „Converts epoch(unix) and milliseconds to date time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Epoch time converter
Pobierz pliki rozszerzeń Epoch time converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
Oficjalny URL | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Opis | Converts epoch(unix) and milliseconds to date time |
Rozmiar pliku | 540 KB |
Liczba instalacji | 440 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2022-08-18 |
Data Publikacji | 2022-03-31 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | pari0130 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |