CryptoVue
Stay up to date with the best performing cryptocurrencies on the market!
CryptoVue란 무엇입니까?
CryptoVue은(는) https://www.cryptovue.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay up to date with the best performing cryptocurrencies on the market!"입니다.
확장 프로그램 스크린샷
CryptoVue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep track of the ten best performing cryptocurrencies, straight from your browser! CryptoVue helps you stay up to date with the most popular cryptocurrencies based on market cap, price and overall circulating supply. Always real-time and up to date, CryptoVue obtains its data from the leading cryptocurrency resource CoinMarketCap. Head over to https://cryptovue.com to get the full experience. If there's any questions/comments/improvements you would like - feel free to fill out the form in the support tab and you'll receive a response shortly :). Note: This is an independently maintained project and donations are more than appreciated if possible! BTC - 1cV9YMjpweZyJ17DJbTa1WELs4BjdmUMp ETH - 0x5af8dfc441d4068f705372f461a85aba49aa5f46
확장 프로그램 기본 정보
이름 | CryptoVue |
ID | napoemcdmdclmpokfkfpghimocphhfea |
공식 URL | https://chromewebstore.google.com/detail/cryptovue/napoemcdmdclmpokfkfpghimocphhfea |
설명 | Stay up to date with the best performing cryptocurrencies on the market! |
파일 크기 | 27.01 KB |
설치 횟수 | 179 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-08-14 |
출시 날짜 | 2017-08-14 |
평점 | 4.55/5 총 11 개의 평점 |
개발자 | https://www.cryptovue.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.cryptovue.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoVue", "short_name": "CryptoVue", "version": "1.3", "description": "Stay up to date with the best performing cryptocurrencies on the market!", "icons": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "CryptoVue", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.cryptovue.com\/" ], "author": "Hassan Djirdeh", "homepage_url": "https:\/\/cryptovue.com" } |