Forex Time

Find out forex market hours at a glance.

Co to jest Forex Time?

Forex Time to rozszerzenie Chrome opracowane przez pswai, a jego główną funkcją jest „Find out forex market hours at a glance.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Forex Time

Pobierz pliki rozszerzeń Forex Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
Oficjalny URL https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
Opis Find out forex market hours at a glance.
Rozmiar pliku 2.87 MB
Liczba instalacji 22,893
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-06-06
Data Publikacji 2018-09-06
Ocena 4.62/5 Łącznie 34 Oceny
Deweloper pswai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}