Epoch Converter

Epoch Converter

Epoch Converter란 무엇입니까?

Epoch Converter은(는) Gary Danko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Epoch Converter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A simple extension to convert Unix time to human readable format.

* Real time Unix time clock can be paused to copy the current epoch
* Convert Unix time to a human readable format in both local time and GMT
* Calendar picker allows you to pick a time and date to convert to Unix time.

Inspired by http://www.epochconverter.com                    

확장 프로그램 기본 정보

이름 Epoch Converter Epoch Converter
ID ebjckmmfkbpnnlimpeecbjljaepdpcem
공식 URL https://chromewebstore.google.com/detail/epoch-converter/ebjckmmfkbpnnlimpeecbjljaepdpcem
설명 Epoch Converter
파일 크기 304 KB
설치 횟수 546
현재 버전 0.0.0.3
최근 업데이트 2015-05-21
출시 날짜 2015-05-20
평점 3.67/5 총 3 개의 평점
개발자 Gary Danko
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epoch Converter",
    "description": "Epoch Converter",
    "version": "0.0.0.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/clock19.png",
            "38": "images\/clock38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/clock16.png",
        "48": "images\/clock48.png",
        "128": "images\/clock128.png"
    },
    "permissions": []
}