Epoch Converter

Epoch Converter

Epoch Converterとは何ですか?

Epoch ConverterはGary Dankoによって開発されたChromeの拡張機能で、その主な機能は「Epoch Converter」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple extension to convert Unix time to human readable format.

* Real time Unix time clock can be paused to copy the current epoch
* Convert Unix time to a human readable format in both local time and GMT
* Calendar picker allows you to pick a time and date to convert to Unix time.

Inspired by http://www.epochconverter.com                    

拡張機能の基本情報

名前 Epoch Converter Epoch Converter
ID ebjckmmfkbpnnlimpeecbjljaepdpcem
公式URL https://chromewebstore.google.com/detail/epoch-converter/ebjckmmfkbpnnlimpeecbjljaepdpcem
説明 Epoch Converter
ファイルサイズ 304 KB
インストール数 546
現在のバージョン 0.0.0.3
最終更新日 2015-05-21
公開日 2015-05-20
評価 3.67/5 合計 3 レビュー
開発者 Gary Danko
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epoch Converter",
    "description": "Epoch Converter",
    "version": "0.0.0.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/clock19.png",
            "38": "images\/clock38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/clock16.png",
        "48": "images\/clock48.png",
        "128": "images\/clock128.png"
    },
    "permissions": []
}