Convert Unix timestamp to date

Convert Unix timestamp to date

Convert Unix timestamp to dateとは何ですか?

Convert Unix timestamp to dateはhttps://sunmedia.ruによって開発されたChromeの拡張機能で、その主な機能は「Convert Unix timestamp to date」です。

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

screenshot

Convert Unix timestamp to date拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.                    

拡張機能の基本情報

名前 Convert Unix timestamp to date Convert Unix timestamp to date
ID fnjggclgolhdodlhgboekpelaeiahpbl
公式URL https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl
説明 Convert Unix timestamp to date
ファイルサイズ 36.34 KB
インストール数 113
現在のバージョン 1.0
最終更新日 2013-03-27
公開日 2013-03-27
評価 3.67/5 合計 3 レビュー
開発者 https://sunmedia.ru
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "conv_timestamp.js"
        ]
    },
    "description": "Convert Unix timestamp to date",
    "icons": {
        "16": "time-16.gif",
        "32": "time-32.gif",
        "48": "time-48.gif",
        "128": "time-128.gif"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.472",
    "name": "Convert Unix timestamp to date",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "time-48.gif"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}