DeFi Saver Gas Prices Extension

Ethereum gas prices extension with dark and light modes and 7-day historical data.

DeFi Saver Gas Prices Extension란 무엇입니까?

DeFi Saver Gas Prices Extension은(는) DeFi Saver에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ethereum gas prices extension with dark and light modes and 7-day historical data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DeFi Saver Gas Prices Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ethereum gas prices extension with EIP-1559 support, dark and light modes, historical average gas prices chart and custom notifications.

The default price shown on the extension badge is the base fee, as introduced with EIP-1559, though users can still switch to the legacy (Type 0) view.

Features include:
- EIP-1559 support with current base fee and priority fee (miner tip) suggestions
- Refreshes every minute automatically or continuously while opened
- Chart of average gas prices in the last 24 hours, 7 days or month
- Dark (default) and light modes
- No user tracking or data collection
- Configurable gas price notifications

Suggestions and all feedback is always welcome - please don't hesitate to reach out to us.                    

확장 프로그램 기본 정보

이름 DeFi Saver Gas Prices Extension DeFi Saver Gas Prices Extension
ID afgfdkloegmghldbalmenklokhlifphe
공식 URL https://chromewebstore.google.com/detail/defi-saver-gas-prices-ext/afgfdkloegmghldbalmenklokhlifphe
설명 Ethereum gas prices extension with dark and light modes and 7-day historical data.
파일 크기 522 KB
설치 횟수 34,357
현재 버전 0.5.1
최근 업데이트 2022-12-07
출시 날짜 2020-11-16
평점 4.73/5 총 26 개의 평점
개발자 DeFi Saver
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://defisaver.com/
개인정보 보호 정책 페이지 URL https://app.defisaver.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "DFS Gas Prices Extension",
    "name": "DeFi Saver Gas Prices Extension",
    "manifest_version": 3,
    "description": "Ethereum gas prices extension with dark and light modes and 7-day historical data.",
    "version": "0.5.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-green-16.png",
            "32": "images\/icon-green-32.png",
            "48": "images\/icon-green-48.png",
            "128": "images\/icon-green-128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/app.defisaver.com\/*"
    ]
}