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 |
官方網址 | 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 |
電子郵箱 | [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" } } |