Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Fantom Gas Price Extension क्या है?
Fantom Gas Price Extension PeaStew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current gas price using your preferred gas price provider."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fantom Gas Price Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |