Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Fantom Gas Price Extensionとは何ですか?
Fantom Gas Price ExtensionはPeaStewによって開発されたChromeの拡張機能で、その主な機能は「Displays the current gas price using your preferred gas price provider.」です。
拡張機能のスクリーンショット
Fantom Gas Price Extension拡張機能のCRXファイルをダウンロード
Fantom Gas Price Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
拡張機能の基本情報
名前 | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
公式URL | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
説明 | Displays the current gas price using your preferred gas price provider. |
ファイルサイズ | 78.2 KB |
インストール数 | 58 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-02-14 |
公開日 | 2022-02-14 |
開発者 | PeaStew |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/PeaStew/fantom-gas-price-extension |
ヘルプページのURL | https://github.com/PeaStew/fantom-gas-price-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantom Gas Price Extension", "version": "0.0.1", "description": "Displays the current gas price using your preferred gas price provider.", "manifest_version": 3, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "action": { "default_title": "Fantom Gas Price", "default_popup": "src\/popup.html", "default_icon": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "alarms", "storage" ] } |