Cryptocurrency Exchange Rate
Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)
Cryptocurrency Exchange Rate란 무엇입니까?
Cryptocurrency Exchange Rate은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)"입니다.
확장 프로그램 스크린샷
Cryptocurrency Exchange Rate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension displays the current exchange rate of two cryptocurrencies (like BTC to USD) in the badge area that is updated once per 15 minutes or the time that is defined on the options page. The color of the toolbar button is green when the relative price goes up and is red when the relative price goes down. Left-click is designed to open a destination trading website. Set a new website on the options page. You can configure the automatic checking interval on the options page. The default value is 15 minutes. Notes: 1. To update the current exchange rate, use the right-click context menu item over the toolbar button. Features: 1. Both up and down colors are configurable 2. The number of decimal points for the exchange rate is configurable
확장 프로그램 기본 정보
이름 | Cryptocurrency Exchange Rate |
ID | ckpfjafddbekaklnboplgkcjebjjcpln |
공식 URL | https://chromewebstore.google.com/detail/cryptocurrency-exchange-r/ckpfjafddbekaklnboplgkcjebjjcpln |
설명 | Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH) |
파일 크기 | 109 KB |
설치 횟수 | 27 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2022-04-12 |
출시 날짜 | 2017-12-26 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | joue.quroi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://add0n.com/exchange-rate.html |
도움말 페이지 URL | http://add0n.com/exchange-rate.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0", "name": "Cryptocurrency Exchange Rate", "description": "Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "permissions": [ "storage", "alarms", "contextMenus" ], "host_permissions": [ "https:\/\/api.cryptonator.com\/" ], "background": { "service_worker": "worker.js" }, "action": { "default_title": "Loading..." }, "homepage_url": "https:\/\/add0n.com\/exchange-rate.html", "options_ui": { "page": "data\/options\/index.html" }, "commands": { "_execute_action": { "description": "Press the action button" } } } |