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