CryptoMonitor - Crypto portfolio tracker!
Retrieve and monitor information about Bitcoin, Ethereum and other cryptocurrencies and keep a portfolio of your investments!
什么是CryptoMonitor - Crypto portfolio tracker!?
CryptoMonitor - Crypto portfolio tracker!是由EE开发的Chrome扩展程序,该扩展的主要功能是“Retrieve and monitor information about Bitcoin, Ethereum and other cryptocurrencies and keep a portfolio of your investments!”。
扩展截图
下载CryptoMonitor - Crypto portfolio tracker!扩展crx文件
下载CryptoMonitor - Crypto portfolio tracker!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CryptoMonitor allows you to look up current information about any cryptocurrency. The user can search for a specific cryptocurrency and add it to their portfolio which they can monitor over time.
If this extension helps you, please rate it 5 stars!
NOTE: If you are experiencing some bugs after the 3.0 update, please uninstall and reinstall this extension and it should work flawlessly :)
VERSION 3.0:
1) Move client to ReactJS
2) Move to CoinGecko API supporting more currencies
3) Dedicated backend
4) UI improvement, standardisation
AUD - Australian Dollar
BRL - Brazilian Real
CAD - Canadian Dollar
CHF - Swiss Franc
CNY - Chinese Yuan Renminbi
CZK - Czech Koruna
DKK - Danish Krone
EUR - Euro
GBP - British Pound Sterling
HKD - Hong Kong Dollar
HUF - Hungarian Forint
IDR - Indonesian Rupiah
ILS - Israeli New Sheqel
INR - Indian Rupee
JPY - Japanese Yen
KRW - South Korean Won
MXN - Mexican Peso
MYR - Malaysian Ringgit
NOK - Norwegian Krone
NZD - New Zealand Dollar
PHP - Philippine Peso
PKR - Pakistani Rupee
PLN - Polish Zloty
RUB - Russian Ruble
SEK - Swedish Krona
SGD - Singapore Dollar
THB - Thai Baht
TRY - Turkish Lira
TWD - New Taiwan Dollar
USD - US Dollar
ZAR - South African Rand 扩展基本信息
| 名称 | |
| ID | hjndpfkfgmkcaakagmncnaoihbknfjnk |
| 官方URL | https://chromewebstore.google.com/detail/cryptomonitor-crypto-port/hjndpfkfgmkcaakagmncnaoihbknfjnk |
| 简介 | Retrieve and monitor information about Bitcoin, Ethereum and other cryptocurrencies and keep a portfolio of your investments! |
| 文件大小 | 2.07 MB |
| 安装次数 | 308 |
| 当前版本 | 3.0.7 |
| 更新时间 | 2021-04-26 |
| 上架时间 | 2021-04-26 |
| 评分 | 4.62/5 共13次评分 |
| 开发者 | EE |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CryptoMonitor - Crypto portfolio tracker!",
"short_name": "CryptoMonitor",
"description": "Retrieve and monitor information about Bitcoin, Ethereum and other cryptocurrencies and keep a portfolio of your investments!",
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"icons": {
"16": ".\/icon16.png",
"48": ".\/icon48.png",
"128": ".\/icon128.png"
},
"browser_action": {
"default_icon": ".\/icon16.png",
"default_popup": "index.html",
"default_title": "Search cryptocurrency information!"
},
"permissions": [
"storage"
],
"version": "3.0.7"
} | |