Time Converter List

This extension will convert time from one time zone to another and show in list

什么是Time Converter List?

Time Converter List是由babishshrestha开发的Chrome扩展程序,该扩展的主要功能是“This extension will convert time from one time zone to another and show in list”。

扩展截图

screenshot

下载Time Converter List扩展crx文件

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

扩展使用说明

                        This will provide a list comparing corresponding times from different selected timezone.                    

扩展基本信息

名称 Time Converter List Time Converter List
ID oaopihpjhekjkdklbfcjocjfddejjnbi
官方URL https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi
简介 This extension will convert time from one time zone to another and show in list
文件大小 34.53 KB
安装次数 25
当前版本 1.0.0
更新时间 2016-05-18
上架时间 2016-05-18
开发者 babishshrestha
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Converter List",
    "description": "This extension will convert time from one time zone to another and show in list",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Timezone Converter List",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}