Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

Unix Timestamp Converter란 무엇입니까?

Unix Timestamp Converter은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!"입니다.

확장 프로그램 스크린샷

screenshot

Unix Timestamp Converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Convert time unix timestamps into human readable dates or human readable dates into unix timestamps.  You choose!

The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now.  Just give it a try.                    

확장 프로그램 기본 정보

이름 Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
공식 URL https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
설명 Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
파일 크기 1.04 MB
설치 횟수 5,057
현재 버전 0.4.0
최근 업데이트 2021-12-23
출시 날짜 2017-09-29
평점 4.23/5 총 26 개의 평점
개발자 Unknown
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/CoryNoonan/unix-timestamp-chrome
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Converter",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_name": "Unix Timestamp Converter",
        "short_name": "Unix Timestamp Converter"
    },
    "icons": {
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}