Cryptocurrency Portfolio
Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more
什麼是Cryptocurrency Portfolio?
Cryptocurrency Portfolio是由https://cryptoporto.com開發的Chrome擴展程式,該擴展的主要功能是“Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more”。
擴展截圖
下載Cryptocurrency Portfolio擴展crx文件
下載Cryptocurrency Portfolio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open Portfolio for your Digital Currencies Make a portfolio for your cryptocurrencies in three clicks without registration. Your porto is open and visible for everybody. With the Cryptoporto extension you can see the value of all your coins in one click: Bitcoin, Ethereum, Litecoin, Dash, Monero, NEO, OmiseGO, Ripple and 800 more.
擴展基本資訊
名稱 | |
ID | pnjaenlogfahpkkmmhbenkendmhcaebo |
官方網址 | https://chrome.google.com/webstore/detail/cryptocurrency-portfolio/pnjaenlogfahpkkmmhbenkendmhcaebo |
簡介 | Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more |
檔案大小 | 16.23 KB |
安裝次數 | 376 |
目前版本 | 1.30 |
更新時間 | 2017-09-30 |
上架時間 | 2017-09-30 |
評分 | 4.80/5 共 10 次評分 |
開發者 | https://cryptoporto.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://cryptoporto.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Portfolio", "description": "Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more", "version": "1.30", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "cryptoporto.html" }, "permissions": [ "storage" ] } |