Yandex Quotes

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

Co je Yandex Quotes?

Yandex Quotes je rozšíření Chrome vyvinuté dimfish, a jeho hlavní funkcí je „Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Yandex Quotes

Stáhněte si soubory rozšíření Yandex Quotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Yandex Quotes Yandex Quotes
ID gkfdbfhccgafhdgeoojacffkljgofkml
Oficiální URL https://chromewebstore.google.com/detail/yandex-quotes/gkfdbfhccgafhdgeoojacffkljgofkml
Popis Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…
Velikost souboru 348 KB
Počet instalací 6,175
Aktuální Verze 5.3
Poslední Aktualizace 2020-11-25
Datum Vydání 2020-06-10
Hodnocení 4.11/5 Celkem 183 Hodnocení
Vývojář dimfish
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}