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 |
电子邮箱 | [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" } } |