Yandex Quotes

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

¿Qué es Yandex Quotes?

Yandex Quotes es una extensión de Chrome desarrollada por dimfish, y su función principal es "Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Yandex Quotes

Descarga archivos de extensión Yandex Quotes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Yandex Quotes Yandex Quotes
ID gkfdbfhccgafhdgeoojacffkljgofkml
URL Oficial https://chromewebstore.google.com/detail/yandex-quotes/gkfdbfhccgafhdgeoojacffkljgofkml
Descripción Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…
Tamaño del Archivo 348 KB
Cantidad de Instalaciones 6,175
Versión Actual 5.3
Última Actualización 2020-11-25
Fecha de Publicación 2020-06-10
Calificación 4.11/5 Total de 183 Calificaciones
Desarrollador dimfish
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}