Timely

This extension converts unix epoch timestamps to human-readable times.

Timelyとは何ですか?

TimelyはChris Warrenによって開発されたChromeの拡張機能で、その主な機能は「This extension converts unix epoch timestamps to human-readable times.」です。

拡張機能のスクリーンショット

screenshot

Timely拡張機能のCRXファイルをダウンロード

Timely拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.

Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.                    

拡張機能の基本情報

名前 Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
公式URL https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
説明 This extension converts unix epoch timestamps to human-readable times.
ファイルサイズ 10.88 KB
インストール数 2,108
現在のバージョン 1.0.1
最終更新日 2013-10-27
公開日 2013-10-27
評価 4.67/5 合計 9 レビュー
開発者 Chris Warren
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "short_name": "Timely",
    "description": "This extension converts unix epoch timestamps to human-readable times.",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show human-readable timestamps"
    }
}