CryptoVision - Portfolio Tracker

Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.

CryptoVision - Portfolio Tracker란 무엇입니까?

CryptoVision - Portfolio Tracker은(는) cryptovisionapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CryptoVision - Portfolio Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have super-vision by seeing crypto prices right in your browser tabs. This is the fastest way to feed your crypto addiction.

You will be able to track your portfolio of Bitcoin and Cryptocurrency prices on the browser in the quickest, most productive way possible. 

- Add unlimited coins to your watchlist.
- Curate your watchlist to suit your portfolio.
- Drag & Drop to reorder.
- First coin's price shown directly in tab.
- Pricing information straight from Coinmarketcap.

Best of all, No Navigation Necessary.                    

확장 프로그램 기본 정보

이름 CryptoVision - Portfolio Tracker CryptoVision - Portfolio Tracker
ID fpocfajnfadmkkmlnccdimokahdileob
공식 URL https://chromewebstore.google.com/detail/cryptovision-portfolio-tr/fpocfajnfadmkkmlnccdimokahdileob
설명 Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.
파일 크기 201 KB
설치 횟수 119
현재 버전 0.1.2
최근 업데이트 2017-12-12
출시 날짜 2017-12-12
평점 5.00/5 총 7 개의 평점
개발자 cryptovisionapp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.cryptovisionapp.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoVision - Portfolio Tracker",
    "short_name": "CryptoVision",
    "description": "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.",
    "icons": {
        "128": "img\/cv-128.png"
    },
    "version": "0.1.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/api.coinmarketcap.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X",
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    }
}