Crypto Ticker
Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
Crypto Ticker란 무엇입니까?
Crypto Ticker은(는) epubreader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos."입니다.
확장 프로그램 스크린샷
Crypto Ticker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds. If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed. Please contact cryptotickerext at gmail dot com for support.
확장 프로그램 기본 정보
이름 | Crypto Ticker |
ID | lnlbponfieopeapilgijoffpadgnjgef |
공식 URL | https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef |
설명 | Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos. |
파일 크기 | 19.33 KB |
설치 횟수 | 1,627 |
현재 버전 | 1.0.18 |
최근 업데이트 | 2021-01-08 |
출시 날짜 | 2018-12-29 |
평점 | 3.63/5 총 8 개의 평점 |
개발자 | epubreader |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Ticker", "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.", "icons": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "version": "1.0.18", "author": "Crypton", "browser_action": { "default_icon": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "default_title": "Crypto Ticker", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/rate.js", "js\/background.js" ] }, "permissions": [ "https:\/\/api.coincap.io\/", "https:\/\/www.ecb.europa.eu\/", "storage" ] } |