CoinMarketCap
CoinMarketCap
什么是CoinMarketCap?
CoinMarketCap是由conan开发的Chrome扩展程序,该扩展的主要功能是“CoinMarketCap”。
扩展截图
下载CoinMarketCap扩展crx文件
下载CoinMarketCap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provide top 100 cryptocurrency marketcap data, provide bitcoin, ethereum, ripple, 0x, binance coin data.
A cryptocurrency (or crypto currency) is a digital asset designed to work as a medium of exchange wherein individual coin ownership records are stored in a digital ledger or computerized database using strong cryptography to secure transaction record entries, to control the creation of additional digital coin records.
COINMARKETCAP provide these information. 扩展基本信息
| 名称 | |
| ID | mkhdgadimehhojbgpphhkodolihgmmfe |
| 官方URL | https://chromewebstore.google.com/detail/coinmarketcap/mkhdgadimehhojbgpphhkodolihgmmfe |
| 简介 | CoinMarketCap |
| 文件大小 | 53.48 KB |
| 安装次数 | 2,773 |
| 当前版本 | 0.2.2 |
| 更新时间 | 2021-01-29 |
| 上架时间 | 2020-05-14 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | conan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | id,ms,de,en,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"browser_action": {
"default_icon": {
"19": "images\/bitcoin48.png",
"38": "images\/bitcoin128.png"
},
"default_popup": "popup.html",
"default_title": "CoinMarketCap"
},
"icons": {
"128": "images\/bitcoin128.png",
"16": "images\/bitcoin16.png",
"48": "images\/bitcoin48.png"
},
"manifest_version": 2,
"permissions": [
"https:\/\/api.coincap.io\/*",
"https:\/\/use.fontawesome.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.2.2",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en"
} | |