Cryptocurrency Portfolio

Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more

Что такое Cryptocurrency Portfolio?

Cryptocurrency Portfolio - это расширение Chrome, разработанное https://cryptoporto.com, и его основная функция - "Portfolio for your Digital Currencies: Bitcoin, Ethereum, Litecoin and many more".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Cryptocurrency Portfolio

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Cryptocurrency Portfolio Cryptocurrency Portfolio
ID pnjaenlogfahpkkmmhbenkendmhcaebo
Официальный URL 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"
    ]
}