Crypto Price Checker
Check crypto prices!
Crypto Price Checker란 무엇입니까?
Crypto Price Checker은(는) https://lewiszou.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check crypto prices!"입니다.
확장 프로그램 스크린샷
Crypto Price Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.
확장 프로그램 기본 정보
이름 | Crypto Price Checker |
ID | lgodfpmfocbdblieklacjfokganlnigm |
공식 URL | https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm |
설명 | Check crypto prices! |
파일 크기 | 172 KB |
설치 횟수 | 13 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2018-12-06 |
출시 날짜 | 2018-12-05 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://lewiszou.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Price Checker", "description": "Check crypto prices!", "version": "2.0.0", "icons": { "128": "icon_128.png" }, "permissions": [ "https:\/\/www.coingecko.com\/en\/widgets\/", "https:\/\/www.cryptonator.com\/ui\/js\/widget\/" ], "background": { "scripts": [ "jquery-3.3.1.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/www.coingecko.com\/en\/widgets\/", "https:\/\/www.cryptonator.com\/ui\/js\/widget\/" ], "js": [ "jquery-3.3.1.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |