BAT Ticker
Ticker for current BAT price
BAT Ticker란 무엇입니까?
BAT Ticker은(는) Ken Herbert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ticker for current BAT price"입니다.
확장 프로그램 스크린샷
BAT Ticker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Display the current price and 24h change of Basic Attention Token in your browser. Supports 45 different currencies.
확장 프로그램 기본 정보
이름 | BAT Ticker |
ID | fpgnkcakakiminoablpndllfbhobglid |
공식 URL | https://chromewebstore.google.com/detail/bat-ticker/fpgnkcakakiminoablpndllfbhobglid |
설명 | Ticker for current BAT price |
파일 크기 | 31.11 KB |
설치 횟수 | 60 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-07-13 |
출시 날짜 | 2021-04-06 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | Ken Herbert |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.kenherbert.dev/projects/bat-ticker/ |
도움말 페이지 URL | https://gitlab.com/kenherbert/bat-ticker/-/issues |
개인정보 보호 정책 페이지 URL | https://www.kenherbert.dev/app-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BAT Ticker", "description": "Ticker for current BAT price", "version": "1.2.0", "author": "Ken Herbert", "homepage_url": "https:\/\/gitlab.com\/kenherbert\/bat-ticker", "icons": { "16": "res\/[email protected]", "48": "res\/[email protected]", "128": "res\/[email protected]" }, "permissions": [ "alarms", "storage" ], "action": { "default_icon": "res\/logo-full-color.png", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "background": { "service_worker": "js\/background.js", "type": "module" } } |