Human Readable Timestamps!

Human readable date strings replace timestamps on click

Human Readable Timestamps!란 무엇입니까?

Human Readable Timestamps!은(는) katemonkeys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Human readable date strings replace timestamps on click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Human Readable Timestamps! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Human readable date strings replace all timestamps in a page with a single click without going to the console and copy-pasting from epoch to a new Date() for each one..... click again and it toggles back so you can review the original timestamp!

Off the top of your head, was 1439580577271 last Thursday? Or if you have a JSON with fifty items in a list, are they basically daily or weekly or what? This will solve your problems :) It is designed to work with an existing extension such as JSONviewer (cross promotion! They are great) just like in the screenshots.

The E is for easy, excellent, elephant, whatever you like.                    

확장 프로그램 기본 정보

이름 Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
공식 URL https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
설명 Human readable date strings replace timestamps on click
파일 크기 4.42 KB
설치 횟수 474
현재 버전 0.2
최근 업데이트 2015-08-17
출시 날짜 2015-08-16
평점 4.00/5 총 4 개의 평점
개발자 katemonkeys
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Human Readable Timestamps!",
    "short_name": "OKTimestamps",
    "description": "Human readable date strings replace timestamps on click",
    "version": "0.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "manifest_version": 2
}