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 |
电子邮箱 | [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" ] } |