Count My Crypto
Crypto currencies are volatile. Keep your eye on the ball. Everywhere. Always.
Count My Crypto란 무엇입니까?
Count My Crypto은(는) http://www.countmycrypto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crypto currencies are volatile. Keep your eye on the ball. Everywhere. Always."입니다.
확장 프로그램 스크린샷
Count My Crypto 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Show me the money! This cool extension visualises your cryptocurrency investments in a discreet icon that sits at the bottom of your browser screen, brought to you by CountMyCrypto, the first altcoin calculator. Now you can keep your eye on the ball all the time. Hover over the icon to see how your coins are tracking against BitCoin: green shows you the percentage of your altcoins that are going up, red means they're going down and yellow says they're going nowhere. A click takes you through to the www.countmycrpto.com site, where you can add the currencies you've just bought, delete the ones you've sold and change the amounts.
확장 프로그램 기본 정보
이름 | |
ID | jkcijgnaigkjbbhekfjbhohmflggdllp |
공식 URL | https://chrome.google.com/webstore/detail/count-my-crypto/jkcijgnaigkjbbhekfjbhohmflggdllp |
설명 | Crypto currencies are volatile. Keep your eye on the ball. Everywhere. Always. |
파일 크기 | 346 KB |
설치 횟수 | 389 |
현재 버전 | 0.9 |
최근 업데이트 | 2014-04-25 |
출시 날짜 | 2014-04-25 |
평점 | 4.57/5 총 14 개의 평점 |
개발자 | http://www.countmycrypto.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.countmycrypto.com/ |
도움말 페이지 URL | http://blog.countmycrypto.com/faq/ |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.9", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_shortName__", "homepage_url": "http:\/\/www.countmycrypto.com\/", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/min\/jquery.min.js", "js\/min\/Chart.min.js", "js\/run.js" ] } ], "web_accessible_resources": [ "css\/all.css", "_locales\/**\/*.json", "manifest.json", "js\/min\/underscore-min.map", "js\/min\/backbone-min.map", "js\/min\/jquery-2.0.3.min.map", "img\/icon-16.png", "img\/icon-48.png", "img\/icon-48-a.png", "img\/cmc-w-48.png", "img\/icon-128.png", "img\/cmc-sphere.png", "img\/UI.icons.24.png", "img\/sprite-48.png", "img\/cmc-logo.png" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_title": "Count My Crypto", "default_icon": "img\/icon-16.png", "default_popup": "popup.html" } } |