Bitcoin price in USD by BitcoinFan

This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.

Bitcoin price in USD by BitcoinFan란 무엇입니까?

Bitcoin price in USD by BitcoinFan은(는) BitcoinFan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed."입니다.

확장 프로그램 스크린샷

screenshot

Bitcoin price in USD by BitcoinFan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Unlike other extensions, the price shown on the badge looks correct, even if the price of the cryptocurrency exceeds five digits. The price displayed is an average of various exchanges calculated by CoinGecko. You can install multiple extensions at the same time to monitor the price in both Euros and Dollars (to do this look for my other extensions).                    

확장 프로그램 기본 정보

이름 Bitcoin price in USD by BitcoinFan Bitcoin price in USD by BitcoinFan
ID bkekahlamloiehinhehocilnepdlhfeh
공식 URL https://chromewebstore.google.com/detail/bitcoin-price-in-usd-by-b/bkekahlamloiehinhehocilnepdlhfeh
설명 This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.
파일 크기 136 KB
설치 횟수 98
현재 버전 1.0.9
최근 업데이트 2023-12-08
출시 날짜 2020-07-28
평점 5.00/5 총 7 개의 평점
개발자 BitcoinFan
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bitcoin price in USD by BitcoinFan",
    "short_name": "BTC price in USD",
    "version": "1.0.9",
    "background": {
        "service_worker": "background.js"
    },
    "description": "This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_title": "Click to show the chart",
        "default_popup": "popup.htm"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/BitcoinFan?_category=extensions"
}