Yandex Quotes

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

Was ist Yandex Quotes?

Yandex Quotes ist eine Chrome-Erweiterung, die von dimfish entwickelt wurde, und ihr Hauptmerkmal ist "Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Yandex Quotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yandex Quotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Yandex Quotes Yandex Quotes
ID gkfdbfhccgafhdgeoojacffkljgofkml
Offizielle URL https://chromewebstore.google.com/detail/yandex-quotes/gkfdbfhccgafhdgeoojacffkljgofkml
Beschreibung Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…
Dateigröße 348 KB
Installationsanzahl 6,175
Aktuelle Version 5.3
Letztes Update 2020-11-25
Veröffentlichungsdatum 2020-06-10
Bewertung 4.11/5 Insgesamt 183 Bewertungen
Entwickler dimfish
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}