Bitcoin Dashboard
Get live updates on price, news, and key network metrics.
Bitcoin Dashboard란 무엇입니까?
Bitcoin Dashboard은(는) Bitcoin Magazine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get live updates on price, news, and key network metrics."입니다.
확장 프로그램 스크린샷
Bitcoin Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get live updates on price, news, and key network metrics. Our extension simply displays real-time data such as price, hash rate, block height, and transaction fees, as well as recent articles from Bitcoin Magazine to keep readers informed.
확장 프로그램 기본 정보
이름 | Bitcoin Dashboard |
ID | ojgkmfieoeoojagepackgdfaloikkbmh |
공식 URL | https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh |
설명 | Get live updates on price, news, and key network metrics. |
파일 크기 | 1.39 MB |
설치 횟수 | 575 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-05-26 |
출시 날짜 | 2023-02-11 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Bitcoin Magazine |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitcoinmagazine.com |
개인정보 보호 정책 페이지 URL | https://b.tc/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Dashboard", "description": "Get live updates on price, news, and key network metrics.", "version": "0.2.1", "manifest_version": 3, "icons": { "128": "bm-logo.png" }, "action": { "default_popup": "index.html", "default_title": "Bitcoin Dashboard" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/* data: blob: filesystem:;" }, "host_permissions": [ "https:\/\/bitcoinmagazine.com\/*" ] } |