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 |
| 官方網址 | 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"
} | |