Forex Time

Find out forex market hours at a glance.

Cos'è Forex Time?

Forex Time è un'estensione di Chrome sviluppata da pswai, e la sua funzione principale è "Find out forex market hours at a glance.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Forex Time

Scarica i file di estensione Forex Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
URL Ufficiale https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
Descrizione Find out forex market hours at a glance.
Dimensione del File 2.87 MB
Conteggio Installazioni 22,893
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-06-06
Data di Pubblicazione 2018-09-06
Valutazione 4.62/5 Totale 34 Valutazioni
Sviluppatore pswai
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}