NEXO price in USD by BitcoinFan

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

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

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

확장 프로그램 스크린샷

screenshot

NEXO 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).                    

확장 프로그램 기본 정보

이름 NEXO price in USD by BitcoinFan NEXO price in USD by BitcoinFan
ID abdocmdpkoplheldlciblddmnkfjahlo
공식 URL https://chromewebstore.google.com/detail/nexo-price-in-usd-by-bitc/abdocmdpkoplheldlciblddmnkfjahlo
설명 This extension displays the current NEXO price in USD on the badge. If you click it a TradingView chart will be displayed.
파일 크기 135 KB
설치 횟수 55
현재 버전 1.0.9
최근 업데이트 2023-12-05
출시 날짜 2021-06-06
개발자 BitcoinFan
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NEXO price in USD by BitcoinFan",
    "short_name": "NEXO price in USD",
    "version": "1.0.9",
    "background": {
        "service_worker": "background.js"
    },
    "description": "This extension displays the current NEXO 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"
}