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”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 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"
    ]
}