Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Convert Unixtimeとは何ですか?

Convert UnixtimeはTakahito Naraによって開発されたChromeの拡張機能で、その主な機能は「Convert Unixtime to Date format by selecting the context menu.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Convert unixtime to the following format easily.

    YYYY-MM-DD hh:mm:ss (Local)
    YYYY-MM-DD hh:mm:ss (UTC)

You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.                    

拡張機能の基本情報

名前 Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
公式URL https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
説明 Convert Unixtime to Date format by selecting the context menu.
ファイルサイズ 4.4 KB
インストール数 274
現在のバージョン 1.1
最終更新日 2013-11-16
公開日 2013-11-16
評価 4.50/5 合計 2 レビュー
開発者 Takahito Nara
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Unixtime",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Convert Unixtime to Date format by selecting the context menu.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}