Epoch

Quick Linux/Epoch time converter

Epoch란 무엇입니까?

Epoch은(는) Liorama에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Linux/Epoch time converter"입니다.

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

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

확장 프로그램 사용 설명서

                        Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.                    

확장 프로그램 기본 정보

이름 Epoch Epoch
ID giojmegbijfdaifkfblkljnbeljjhlaj
공식 URL https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj
설명 Quick Linux/Epoch time converter
파일 크기 245 KB
설치 횟수 41
현재 버전 0.0.3
최근 업데이트 2016-03-15
출시 날짜 2016-03-15
평점 5.00/5 총 1 개의 평점
개발자 Liorama
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch",
    "short_name": "Epoch time converter",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Quick Linux\/Epoch time converter",
    "icons": {
        "16": "icons\/linuxtime2.png",
        "48": "icons\/linuxtime2.png",
        "128": "icons\/linuxtime2.png"
    },
    "browser_action": {
        "default_icon": "icons\/linuxtime2.png",
        "default_title": "Click for time since Linux Epoch",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}