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ファイルをダウンロード

DeFi Saver Gas Prices Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}