Forex Time

Find out forex market hours at a glance.

Was ist Forex Time?

Forex Time ist eine Chrome-Erweiterung, die von pswai entwickelt wurde, und ihr Hauptmerkmal ist "Find out forex market hours at a glance.".

Erweiterungsscreenshots

screenshot
screenshot

Forex Time-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forex Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
Offizielle URL https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
Beschreibung Find out forex market hours at a glance.
Dateigröße 2.87 MB
Installationsanzahl 22,893
Aktuelle Version 1.0.2
Letztes Update 2023-06-06
Veröffentlichungsdatum 2018-09-06
Bewertung 4.62/5 Insgesamt 34 Bewertungen
Entwickler pswai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}