Crypto Realtime Price Ticker (USD/EUR/INR)
Shows realtime data of crypto currency prices in USD, EUR AND INR.
Crypto Realtime Price Ticker (USD/EUR/INR)란 무엇입니까?
Crypto Realtime Price Ticker (USD/EUR/INR)은(는) Pranit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows realtime data of crypto currency prices in USD, EUR AND INR."입니다.
확장 프로그램 스크린샷
Crypto Realtime Price Ticker (USD/EUR/INR) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Realtime Crypto Currency Data in USD/INR. Shows top crypto currency price's in USD, EUR AND INR provided by Binance and WazirX . Get the most accurate crypto price's using data from the world's top cryptocurrency exchanges. Price is updated every second and you can easily switch between USD, EUR AND INR using dropdown menu. Change log: 1.1 - Added small BTC price badge, which data is updated every 60 seconds and added more price details on icon hover. 1.2- Added BTC Price in EUR in hover state and added a redirect to a feedback form when extension is uninstalled. 1.3- Changed the title. 1.3.1- Bug fixes. 2.0 - Added EUR, now data is updated every second! 2.0.1 - Added more places after decimal point for currencies with low prices.
확장 프로그램 기본 정보
이름 | Crypto Realtime Price Ticker (USD/EUR/INR) |
ID | ggjccaidoaembkaeefcciodfjiljkjeb |
공식 URL | https://chromewebstore.google.com/detail/crypto-realtime-price-tic/ggjccaidoaembkaeefcciodfjiljkjeb |
설명 | Shows realtime data of crypto currency prices in USD, EUR AND INR. |
파일 크기 | 67.45 KB |
설치 횟수 | 47 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-01-11 |
출시 날짜 | 2021-11-16 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Pranit |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Realtime Price Ticker (USD\/EUR\/INR)", "version": "2.0.1", "manifest_version": 2, "description": "Shows realtime data of crypto currency prices in USD, EUR AND INR.", "browser_action": { "default_popup": "index.html", "default_icon": "\/img\/default.png" }, "icons": { "128": "\/img\/128x128.png", "48": "\/img\/48x48.png", "16": "\/img\/16x16.png" }, "permissions": [ "background", "alarms" ], "background": { "scripts": [ ".\/dist\/background.js" ], "persistent": false } } |