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'"
}