Forex Time

Find out forex market hours at a glance.

Qu'est-ce que Forex Time ?

Forex Time est une extension Chrome développée par pswai, et sa fonction principale est "Find out forex market hours at a glance.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Forex Time

Téléchargez les fichiers d'extension Forex Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
URL Officiel https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
Description Find out forex market hours at a glance.
Taille du Fichier 2.87 MB
Nombre d'Installations 22,893
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-06-06
Date de Publication 2018-09-06
Évaluation 4.62/5 Total 34 Évaluations
Développeur pswai
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}