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开发的Chrome扩展程序,该扩展的主要功能是“Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with…”。
扩展截图
下载Yandex Quotes扩展crx文件
下载Yandex Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Finance monitor of currency, metal and oil from Yandex and CBR providers. Interactive chart from Yandex and ProFinance Forex with auto-refresh.
扩展基本信息
名称 | 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" } |