Forex Time

Find out forex market hours at a glance.

ما هو Forex Time؟

Forex Time هو إضافة Chrome تم تطويرها بواسطة pswai، والميزة الرئيسية لها هي "Find out forex market hours at a glance.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Forex Time

قم بتنزيل ملفات الامتداد Forex Time بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Forex Time Forex Time
ID gopgambnmppfgfoahfandbpjdhcdpffg
عنوان URL الرسمي https://chromewebstore.google.com/detail/forex-time/gopgambnmppfgfoahfandbpjdhcdpffg
الوصف Find out forex market hours at a glance.
حجم الملف 2.87 MB
عدد التثبيتات 22,893
النسخة الحالية 1.0.2
آخر تحديث 2023-06-06
تاريخ النشر 2018-09-06
تقييم 4.62/5 مجموع تقييمات 34
المطور pswai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}