Epoch time converter

Converts epoch(unix) and milliseconds to date time

Epoch time converter란 무엇입니까?

Epoch time converter은(는) pari0130에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts epoch(unix) and milliseconds to date time"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Epoch time converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}