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文件

下載Human Readable Timestamps!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}