Forex Time

Find out forex market hours at a glance.

What is Forex Time?

Forex Time is a Chrome extension developed by pswai, and its main feature is "Find out forex market hours at a glance.".

Extension Screenshots

screenshot
screenshot

Download Forex Time Extension CRX File

Download Forex Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
Official URL https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
Description Find out forex market hours at a glance.
File Size 2.87 MB
Installation Count 22,893
Current Version 1.0.2
Last Updated 2023-06-06
Publish Date 2018-09-06
Rating 4.62/5 Total 34 Ratings
Developer pswai
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}