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
}