BTC Gas Tracker

A chrome extension to track btc gas fee and show btc price

BTC Gas Tracker란 무엇입니까?

BTC Gas Tracker은(는) Sam Richman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to track btc gas fee and show btc price"입니다.

확장 프로그램 스크린샷

screenshot

BTC Gas Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bitcoin Gas Tracker is a Chrome extension that helps you keep track of the current gas fees on the Bitcoin network. It provides real-time updates on the fastest fee rate, so you can optimize your transactions and save money on fees.

In addition to gas fees, Bitcoin Gas Tracker also displays the current price of Bitcoin in USD, so you can stay up-to-date on the latest market trends.

With Bitcoin Gas Tracker, you can:

Monitor the current gas fees on the Bitcoin network
Optimize your transactions to save money on fees
Stay up-to-date on the latest Bitcoin price in USD
Bitcoin Gas Tracker is easy to use and provides valuable information for anyone who uses Bitcoin. Install it today and start tracking your gas fees and Bitcoin price!                    

확장 프로그램 기본 정보

이름 BTC Gas Tracker BTC Gas Tracker
ID lplgmkcmoldknnlbiomdfjclhmiobpnh
공식 URL https://chromewebstore.google.com/detail/btc-gas-tracker/lplgmkcmoldknnlbiomdfjclhmiobpnh
설명 A chrome extension to track btc gas fee and show btc price
파일 크기 4.49 MB
설치 횟수 1,000
현재 버전 0.0.1
최근 업데이트 2023-05-21
출시 날짜 2023-05-20
평점 5.00/5 총 1 개의 평점
개발자 Sam Richman
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to track btc gas fee and show btc price",
    "version": "0.0.1",
    "manifest_version": 3,
    "name": "BTC Gas Tracker",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/bitcoin.png",
            "32": "assets\/icons\/bitcoin.png",
            "48": "assets\/icons\/bitcoin.png",
            "128": "assets\/icons\/bitcoin.png"
        },
        "default_title": "BTC Gas Tracker"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "alarms"
    ],
    "icons": {
        "16": "assets\/icons\/bitcoin.png",
        "32": "assets\/icons\/bitcoin.png",
        "48": "assets\/icons\/bitcoin.png",
        "128": "assets\/icons\/bitcoin.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "assets\/icons\/bitcoin.png",
                "iassets\/icons\/bitcoin.png"
            ],
            "matches": []
        }
    ]
}