Timestamp converter

Extension for convert timestamp to date and date to timestamp

什么是Timestamp converter?

Timestamp converter是由Makarov&Ibragimova开发的Chrome扩展程序,该扩展的主要功能是“Extension for convert timestamp to date and date to timestamp”。

扩展截图

screenshot
screenshot

下载Timestamp converter扩展crx文件

下载Timestamp converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Convert timestamp to date with this extension is easier

1. Converting in one click
2. Switch between DateTime and Timestamp in one click
3. Switch between UTC and Local in one click
4. Copy result in one click
5. View timestamp in datetime on a web page in one click                    

扩展基本信息

名称 Timestamp converter Timestamp converter
ID ejimhkccpljbaddcdbnmnciebnakjhoe
官方URL https://chromewebstore.google.com/detail/timestamp-converter/ejimhkccpljbaddcdbnmnciebnakjhoe
简介 Extension for convert timestamp to date and date to timestamp
文件大小 69.37 KB
安装次数 78
当前版本 2.0
更新时间 2021-02-14
上架时间 2021-01-31
评分 5.00/5 共1次评分
开发者 Makarov&Ibragimova
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "manifest_version": 2,
    "name": "Timestamp converter",
    "description": "Extension for convert timestamp to date and date to timestamp",
    "version": "2.0",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0435\u0440",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}