Epoch time converter
Converts epoch(unix) and milliseconds to date time
Что такое Epoch time converter?
Epoch time converter - это расширение Chrome, разработанное pari0130, и его основная функция - "Converts epoch(unix) and milliseconds to date time".
Снимки экрана расширения
Скачать файл CRX расширения Epoch time converter
Скачайте файлы расширений Epoch time converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
Официальный URL | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Описание | Converts epoch(unix) and milliseconds to date time |
Размер файла | 540 KB |
Количество установок | 440 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2022-08-18 |
Дата публикации | 2022-03-31 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | pari0130 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |