Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Fantom Gas Price Extension là gì?
Fantom Gas Price Extension là một tiện ích mở rộng Chrome được phát triển bởi PeaStew, và tính năng chính của nó là "Displays the current gas price using your preferred gas price provider.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fantom Gas Price Extension
Tải xuống các tệp mở rộng Fantom Gas Price Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
URL Chính Thức | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Mô tả | Displays the current gas price using your preferred gas price provider. |
Kích Thước Tệp | 78.2 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-02-14 |
Ngày Phát Hành | 2022-02-14 |
Nhà Phát Triển | PeaStew |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/PeaStew/fantom-gas-price-extension |
URL Trang Trợ Giúp | https://github.com/PeaStew/fantom-gas-price-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |