Cryptocurrency Portfolio
Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more
Co to jest Cryptocurrency Portfolio?
Cryptocurrency Portfolio to rozszerzenie Chrome opracowane przez https://cryptoporto.com, a jego główną funkcją jest „Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cryptocurrency Portfolio
Pobierz pliki rozszerzeń Cryptocurrency Portfolio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pnjaenlogfahpkkmmhbenkendmhcaebo |
Oficjalny URL | https://chrome.google.com/webstore/detail/cryptocurrency-portfolio/pnjaenlogfahpkkmmhbenkendmhcaebo |
Opis | Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more |
Rozmiar pliku | 16.23 KB |
Liczba instalacji | 376 |
Aktualna Wersja | 1.30 |
Ostatnia Aktualizacja | 2017-09-30 |
Data Publikacji | 2017-09-30 |
Ocena | 4.80/5 Łącznie 10 Oceny |
Deweloper | https://cryptoporto.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://cryptoporto.com/ |
Obsługiwane Języki | 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" ] } |