Forex Time

Find out forex market hours at a glance.

什么是Forex Time?

Forex Time是由pswai开发的Chrome扩展程序,该扩展的主要功能是“Find out forex market hours at a glance.”。

扩展截图

screenshot
screenshot

下载Forex Time扩展crx文件

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

扩展使用说明

                        Find out the opening hours or popular forex markets instantly! Forex Time shows you the market hours and highlights the ones that are trading. Changing timezone is supported so you can view the hours with the timezone of your choice.

Note: Forex Time does not take holidays into account at the moment.                    

扩展基本信息

名称 Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
官方URL https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
简介 Find out forex market hours at a glance.
文件大小 2.87 MB
安装次数 22,893
当前版本 1.0.2
更新时间 2023-06-06
上架时间 2018-09-06
评分 4.62/5 共34次评分
开发者 pswai
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Forex Time",
    "description": "Find out forex market hours at a glance.",
    "version": "1.0.2",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}