ETH gas alerts

Keep track of gas prices easily and set up notifications when it goes below a certain threshold

ETH gas alertsとは何ですか?

ETH gas alertsはethgasalertによって開発されたChromeの拡張機能で、その主な機能は「Keep track of gas prices easily and set up notifications when it goes below a certain threshold」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ETH gas alerts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute.

Powered by Etherscan.io APIs                    

拡張機能の基本情報

名前 ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
公式URL https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
説明 Keep track of gas prices easily and set up notifications when it goes below a certain threshold
ファイルサイズ 29.32 KB
インストール数 4,139
現在のバージョン 0.0.1
最終更新日 2020-11-28
公開日 2020-11-24
評価 4.00/5 合計 9 レビュー
開発者 ethgasalert
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH gas alerts",
    "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ethereum16.png",
        "48": "ethereum48.png",
        "128": "ethereum128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}