Cryptocurrency Rates
Constantly checks the rates of any cryptocurrency of your choice
Cryptocurrency Rates란 무엇입니까?
Cryptocurrency Rates은(는) Psych에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Constantly checks the rates of any cryptocurrency of your choice"입니다.
확장 프로그램 스크린샷
Cryptocurrency Rates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Imagine an extension that will keep you updated on any cryptocurrency of your choice while browsing the internet! Well, good thing you don't need to imagine, I mean why would you when it actually exists. This extension is quick, reliable and always working. Oh and did I mention it includes a Bitcoin Converter AND the lastest Crpyto News? Supported Cryptocurrencies: - Bitcoin - Litecoin - Ripple - Ethereum - Ethereum Classic - Dash Supported Fiat Currencies: - Euro - US Dollar Features: - Bitcoin Converter - Crypto News - Keeps you updated - Completely customizable - More to come, keep the suggestions coming Please give me feedback on how I can improve this, thank you! Logs: V1.3.4: Improved options code V1.3.3: Fixed a bug with cache V1.3.2: Added local cache V1.3.1: Fixed a couple bugs, and improved UI V1.3.0: Added options to customize your own theme! Now go and get creative V1.2.9: Adjusted tooltips and made better display of data
확장 프로그램 기본 정보
이름 | Cryptocurrency Rates |
ID | ffkicalblogbdapjfckabempifkaieia |
공식 URL | https://chromewebstore.google.com/detail/cryptocurrency-rates/ffkicalblogbdapjfckabempifkaieia |
설명 | Constantly checks the rates of any cryptocurrency of your choice |
파일 크기 | 236 KB |
설치 횟수 | 16 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2020-02-01 |
출시 날짜 | 2020-02-01 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | Psych |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Rates", "description": "Constantly checks the rates of any cryptocurrency of your choice", "version": "1.3.4", "short_name": "Crypto Rates", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "browser_action": { "default_title": "Show rates", "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "page": "popup.html", "persistent": true }, "web_accessible_resources": [ "about.html" ], "permissions": [ "storage", "https:\/\/*.kraken.com\/*", "https:\/\/www.kraken.com\/", "https:\/\/*.rss2json.com\/*", "https:\/\/www.rss2json.com\/*" ] } |