CryptoLive - Cryptocurrency Price Tracker

View current prices of cryptocurrencies at different exchanges and track price changes graphically

CryptoLive - Cryptocurrency Price Tracker란 무엇입니까?

CryptoLive - Cryptocurrency Price Tracker은(는) Dumindu Buddhika에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View current prices of cryptocurrencies at different exchanges and track price changes graphically"입니다.

확장 프로그램 스크린샷

screenshot

CryptoLive - Cryptocurrency Price Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you want to keep track of prices of different cryptocurrencies in realtime, this extension is for you. It will let you see the current prices of a coin at a click of a button. Furthermore you can view candlestick charts to see latest price movements in supported exchanges. This extension supports almost all major exchanges and some other exchanges. This extension directly integrates with the particular exchange's API without a middle man to ensure most up to date prices are displayed.

You need to first select the exchange that you are interested in from the drop down menu. Extension will remember your last choice. You can view all the tickers (currency pairs) and prices available for that exchange when you select an exchange. After loading you can click on a ticker to view history of price movements.

Please note that, sometimes there can be loading issues due to the rate limits enforced by some exchanges. I am sorry for that since I do not have any control over it.

Future enhancements,
Feature to convert between different currencies.                    

확장 프로그램 기본 정보

이름 CryptoLive - Cryptocurrency Price Tracker CryptoLive - Cryptocurrency Price Tracker
ID iogdnnkbdgoibbodpipnpalocfkmfdnn
공식 URL https://chromewebstore.google.com/detail/cryptolive-cryptocurrency/iogdnnkbdgoibbodpipnpalocfkmfdnn
설명 View current prices of cryptocurrencies at different exchanges and track price changes graphically
파일 크기 1.14 MB
설치 횟수 124
현재 버전 1.0.5
최근 업데이트 2018-03-04
출시 날짜 2018-03-03
평점 4.17/5 총 6 개의 평점
개발자 Dumindu Buddhika
결제 유형 free
확장 프로그램 웹 사이트 http://dumindu.me
도움말 페이지 URL https://twitter.com/Dumindux
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoLive - Cryptocurrency Price Tracker",
    "description": "View current prices of cryptocurrencies at different exchanges and track price changes graphically",
    "author": "Dumindu Buddhika Karunathilaka (www.dumindu.me)",
    "version": "1.0.5",
    "short_name": "CryptoLive",
    "browser_action": {
        "default_icon": "img\/icons\/icon.png",
        "default_popup": "src\/popup.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}