Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Ethereum Gas Price Extensionとは何ですか?
Ethereum Gas Price Extensionはnieldlrによって開発されたChromeの拡張機能で、その主な機能は「A simple free utility for your browser that helps you decide how much to spend on your next transaction.」です。
拡張機能のスクリーンショット
Ethereum Gas Price Extension拡張機能のCRXファイルをダウンロード
Ethereum Gas Price Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.
拡張機能の基本情報
名前 | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
公式URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
説明 | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
ファイルサイズ | 53.53 KB |
インストール数 | 91,740 |
現在のバージョン | 2.0.3 |
最終更新日 | 2021-08-05 |
公開日 | 2020-06-29 |
評価 | 4.76/5 合計 42 レビュー |
開発者 | nieldlr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gaspriceextension.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension", "version": "2.0.3", "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |