Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
Ethereum Gas Price Extensionとは何ですか?
Ethereum Gas Price Extensionはhttps://ethprofit.netによって開発されたChromeの拡張機能で、その主な機能は「Displays the current gas price in Gwei and USD using your preferred gas price provider.」です。
拡張機能のスクリーンショット
Ethereum Gas Price Extension拡張機能のCRXファイルをダウンロード
Ethereum Gas Price Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
拡張機能の基本情報
名前 | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
公式URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
説明 | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
ファイルサイズ | 188 KB |
インストール数 | 1,508 |
現在のバージョン | 1.00 |
最終更新日 | 2021-05-24 |
公開日 | 2021-05-17 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | https://ethprofit.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ethprofit.net/ |
ヘルプページのURL | https://ethprofit.net/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "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 } } |