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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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