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