Yandex Quotes

Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…

ما هو Yandex Quotes؟

Yandex Quotes هو إضافة Chrome تم تطويرها بواسطة dimfish، والميزة الرئيسية لها هي "Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Yandex Quotes

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

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

                        Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with auto-refresh.                    

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

الاسم Yandex Quotes Yandex Quotes
ID gkfdbfhccgafhdgeoojacffkljgofkml
عنوان URL الرسمي https://chromewebstore.google.com/detail/yandex-quotes/gkfdbfhccgafhdgeoojacffkljgofkml
الوصف Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…
حجم الملف 348 KB
عدد التثبيتات 6,175
النسخة الحالية 5.3
آخر تحديث 2020-11-25
تاريخ النشر 2020-06-10
تقييم 4.11/5 مجموع تقييمات 183
المطور dimfish
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ru
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/dollar_sign.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "128": "main_128.png",
        "32": "main_32.png",
        "48": "main_48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.yandex.ru\/*",
        "https:\/\/*.yandex.ru\/*",
        "http:\/\/*.yandex.net\/*",
        "https:\/\/*.yandex.net\/*",
        "http:\/\/*.cbr.ru\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "5.3"
}