Cryptocurrency portfolio value
Portfolio value ticker (data taken from CoinMarketCap.com)
Cryptocurrency portfolio value란 무엇입니까?
Cryptocurrency portfolio value은(는) Torisbel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Portfolio value ticker (data taken from CoinMarketCap.com)"입니다.
확장 프로그램 스크린샷
Cryptocurrency portfolio value 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Got multiple cryptocurrencies? See the total value of your digital currency portfolio at a glance! Bitcoin, Litecoin, Ethereum, Monero, Dash, Stellar, Ripple, Dogecoin, NEO, OmiseGO, Cardano, you name it! If it's on CoinMarketCap, you can use it here. Data source: https://api.coinmarketcap.com Values are updated every 4 minutes. The icon will show the first three digits (rounded), for an accuracy of 0.1%, so for example, $1,826.96 will display as 183. This way, Chrome won't truncate the text! The textbox at the bottom of the popup allows you to list your assets. Once you click away from it, the summary table refreshes with your changes. Donations are appreciated: Bitcoin Cash: 1LfLYSEmH9S8FFzpk2soabuki7GRbwKjAP Ethereum: 0xc3BA70fb0279dd394175556255A1dAD632Bb149d Monero: 45Rw3ucVBLjZGUgSJz7kg4efveVqHjxqkWtNCbqXhKq3FRLKtZjEjL6SeHLdDwAaqa6Da9CKHe2jgQSpoRXA9Ps99EaY57d
확장 프로그램 기본 정보
이름 | Cryptocurrency portfolio value |
ID | hjbmikofmhjfpocpkcolfldpnhcngedg |
공식 URL | https://chromewebstore.google.com/detail/cryptocurrency-portfolio/hjbmikofmhjfpocpkcolfldpnhcngedg |
설명 | Portfolio value ticker (data taken from CoinMarketCap.com) |
파일 크기 | 225 KB |
설치 횟수 | 16 |
현재 버전 | 0.9.5 |
최근 업데이트 | 2018-02-01 |
출시 날짜 | 2018-02-01 |
개발자 | Torisbel |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "scripts": [ "ticker.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.htm" }, "description": "Portfolio value ticker (data taken from CoinMarketCap.com)", "icons": { "19": "icon19.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Cryptocurrency portfolio value", "short_name": "Portfolio value", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.5", "permissions": [ "storage", "https:\/\/api.coinmarketcap.com\/" ] } |