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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |