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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Yandex Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}