EO.Market – Crypto Market Statistics
View realtime cryptocurrencies prices and coin market cap.
EO.Market – Crypto Market Statisticsとは何ですか?
EO.Market – Crypto Market Statisticsはhttps://eo.marketによって開発されたChromeの拡張機能で、その主な機能は「View realtime cryptocurrencies prices and coin market cap.」です。
拡張機能のスクリーンショット
EO.Market – Crypto Market Statistics拡張機能のCRXファイルをダウンロード
EO.Market – Crypto Market Statistics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View realtime cryptocurrencies prices and coin market cap. We listed 2000+ cryptos: Bitcoin, Ethereum, Ripple, EOS and all altcoins
拡張機能の基本情報
名前 | |
ID | mcifakmnfbcibcdcgdghdpfinkdjaekm |
公式URL | https://chromewebstore.google.com/detail/eomarket-%E2%80%93-crypto-market/mcifakmnfbcibcdcgdghdpfinkdjaekm |
説明 | View realtime cryptocurrencies prices and coin market cap. |
ファイルサイズ | 389 KB |
インストール数 | 574 |
現在のバージョン | 1.40 |
最終更新日 | 2019-09-06 |
公開日 | 2019-09-06 |
評価 | 5.00/5 合計 12 レビュー |
開発者 | https://eo.market |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://eo.market |
プライバシーポリシーページのURL | https://eo.finance/about/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EO.Market \u2013 Crypto Market Statistics", "version": "1.40", "description": "View realtime cryptocurrencies prices and coin market cap.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage", "notifications" ], "web_accessible_resources": [ "48x48.png" ], "page_action": { "default_popup": "main.html", "default_icon": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "64": "64x64.png", "128": "128x128.png" } }, "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "64": "64x64.png", "128": "128x128.png" } } |