Cryptocurrency Portfolio
Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more
What is Cryptocurrency Portfolio?
Cryptocurrency Portfolio is a Chrome extension developed by https://cryptoporto.com, and its main feature is "Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more".
Extension Screenshots
Download Cryptocurrency Portfolio Extension CRX File
Download Cryptocurrency Portfolio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pnjaenlogfahpkkmmhbenkendmhcaebo |
Official URL | https://chrome.google.com/webstore/detail/cryptocurrency-portfolio/pnjaenlogfahpkkmmhbenkendmhcaebo |
Description | Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more |
File Size | 16.23 KB |
Installation Count | 376 |
Current Version | 1.30 |
Last Updated | 2017-09-30 |
Publish Date | 2017-09-30 |
Rating | 4.80/5 Total 10 Ratings |
Developer | https://cryptoporto.com |
[email protected] | |
Payment Type | free |
Extension Website | https://cryptoporto.com/ |
Supported Languages | 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" ] } |