GasBest Gas Price Tracker

Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts

GasBest Gas Price Tracker란 무엇입니까?

GasBest Gas Price Tracker은(는) https://gas.best에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save your ETH by sending transactions at cheaper gas prices. Ethereum base fee fluctuates a lot, so if you are willing to wait a bit, you can save up to 50% on gas fees by catching a dip. Charts allow you to see at a glance whether the fee market is stable or gas prices surged 5x 10 minutes ago and it's wise a wait a little before submitting a transaction.

• Gets the latest gas prices faster than most other extensions
• Uses advanced price prediction algorithms based on historical patterns
• Charts of historic average and minimum gas prices
• Shows USD prices for common transaction types
• No user tracking or data collection
• EIP-1559 support

See web version at https://gas.best                    

확장 프로그램 기본 정보

이름 GasBest Gas Price Tracker GasBest Gas Price Tracker
ID ofnhnnijgkcemfdolboenkinolhiciih
공식 URL https://chromewebstore.google.com/detail/gasbest-gas-price-tracker/ofnhnnijgkcemfdolboenkinolhiciih
설명 Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts
파일 크기 988 KB
설치 횟수 175
현재 버전 0.6.1
최근 업데이트 2022-06-03
출시 날짜 2022-05-12
평점 3.00/5 총 4 개의 평점
개발자 https://gas.best
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/poma/gas-best
도움말 페이지 URL https://github.com/poma/gas-best/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GasBest Gas Price Tracker",
    "description": "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts",
    "version": "0.6.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ]
}