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 |
官方網址 | 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" } |