Unix Timestamp Hover

Hover over any unix timestamps on the page and read the time

Unix Timestamp Hoverとは何ですか?

Unix Timestamp HoverはHandyToolsによって開発されたChromeの拡張機能で、その主な機能は「Hover over any unix timestamps on the page and read the time」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Do you look at database tables and logs regularly?

Do you look at timestamps in phpMyAdmin wondering what time 1353761933 translates to?

With this lightweight extension you can hover over any unix/POSIX timestamps on the page and read the time in your local time zone.                    

拡張機能の基本情報

名前 Unix Timestamp Hover Unix Timestamp Hover
ID nlhnkiimfokpcabjegdiejdlljmaclap
公式URL https://chromewebstore.google.com/detail/unix-timestamp-hover/nlhnkiimfokpcabjegdiejdlljmaclap
説明 Hover over any unix timestamps on the page and read the time
ファイルサイズ 58.49 KB
インストール数 506
現在のバージョン 1.0
最終更新日 2012-11-24
公開日 2012-11-24
評価 3.21/5 合計 14 レビュー
開発者 HandyTools
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Hover",
    "description": "Hover over any unix timestamps on the page and read the time",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/analytics.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "css\/tipTip.css"
            ],
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/jquery.highlight-4.js",
                "js\/jquery.tipTip.minified.js",
                "js\/extension.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}