Ethereum Gas Prices

Ethereum gas price info, always up to date, from multiple sources

Ethereum Gas Prices란 무엇입니까?

Ethereum Gas Prices은(는) https://blockwallet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ethereum gas price info, always up to date, from multiple sources"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ethereum Gas Prices 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Always up-to-date Ethereum gas prices from the 3 most popular data sources for Ethereum gas information: Blocknative, Etherscan, and EthGasStation.

The badge displays the current gas price estimation for "normal" transaction speeds: not too slow, not too fast. (This can be changed: click on any number in the table to set it as your preferred choice of  to be displayed in the badge.)

Clicking on the badge displays price estimations for different speed expectations ("slow", "normal", and "fast" transaction times). Each data provider has a different estimation according to their own calculation method. Blocknative uses memory pool information to make gas price estimations, while Etherscan and EthGasStation use on-chain block data, which is more of a lagging indicator.

Data from all providers is automatically refreshed every minute, and can be refreshed manually too.

The extension respects your privacy: zero data tracking, zero permissions required.

Open source code: https://github.com/philippe-git/ethereum-gas-prices-browser-extension                    

확장 프로그램 기본 정보

이름 Ethereum Gas Prices Ethereum Gas Prices
ID njbclohenpagagafbmdipcdoogfpnfhp
공식 URL https://chromewebstore.google.com/detail/ethereum-gas-prices/njbclohenpagagafbmdipcdoogfpnfhp
설명 Ethereum gas price info, always up to date, from multiple sources
파일 크기 945 KB
설치 횟수 10,000
현재 버전 1.4.2
최근 업데이트 2022-11-19
출시 날짜 2020-09-10
평점 4.27/5 총 15 개의 평점
개발자 https://blockwallet.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/philippe-git/ethereum-gas-prices-browser-extension
도움말 페이지 URL https://github.com/philippe-git/ethereum-gas-prices-browser-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Prices",
    "version": "1.4.2",
    "manifest_version": 3,
    "description": "Ethereum gas price info, always up to date, from multiple sources",
    "homepage_url": "https:\/\/github.com\/block-wallet\/ethereum-gas-prices-browser-extension",
    "permissions": [
        "alarms",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Ethereum Gas Prices",
        "default_popup": "popup.html"
    }
}