MyCrypto
The Top 10 Cryptocurrencies ranking from highest to lowest
什么是MyCrypto?
MyCrypto是由info.screengrabr开发的Chrome扩展程序,该扩展的主要功能是“The Top 10 Cryptocurrencies ranking from highest to lowest”。
扩展截图
下载MyCrypto扩展crx文件
下载MyCrypto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A cryptocurrency (or “crypto”) is a digital currency that can be used to buy goods and services, but uses an online ledger with strong cryptography to secure online transactions. Much of the interest in these unregulated currencies is to trade for profit, with speculators at times driving prices skyward. We are displaying the detail of top 10 crypto currencies .
扩展基本信息
名称 | |
ID | lcfeeincnkoghakocbmdekpibmdckmen |
官方URL | https://chrome.google.com/webstore/detail/mycrypto/lcfeeincnkoghakocbmdekpibmdckmen |
简介 | The Top 10 Cryptocurrencies ranking from highest to lowest |
文件大小 | 287 KB |
安装次数 | 17 |
当前版本 | 3.0.1 |
更新时间 | 2021-04-25 |
上架时间 | 2021-04-02 |
评分 | 5.00/5 共34次评分 |
开发者 | info.screengrabr |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyCrypto", "version": "3.0.1", "description": "The Top 10 Cryptocurrencies ranking from highest to lowest", "manifest_version": 2, "icons": { "16": "files\/img\/icon16.png", "48": "files\/img\/icon48.png", "128": "files\/img\/icon128.png" }, "browser_action": { "default_icon": "files\/img\/logo.png", "default_popup": "extension.html" }, "background": { "scripts": [ "files\/js\/extension.js" ] } } |