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