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
官方網址 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"
    ]
}