Fantom Gas Tracker
Gas tracker on fantom network
Fantom Gas Tracker क्या है?
Fantom Gas Tracker vbalko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gas tracker on fantom network"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fantom Gas Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fantom Gas Tracker shows actual information about gas price in Fantom Opera network. It takes data from official https://ftmscan.com/gastracker page and shows it in accessible and convenient way in your chrome toolbar, so you can always see actual price. The badge displays the current gas price estimation for "standard" transaction speed: not too slow, not too fast. Clicking on the badge displays price estimations for different speed expectations ("standard", "fast", and "rapid" transaction times). Changelog: v0.6.0: added gas treshold - beeps when gas price is under the set treshold. Beeps only when checked.
एक्सटेंशन की मूल जानकारी
नाम | Fantom Gas Tracker |
ID | nmeagajpagaeececladekenjgemhaohe |
आधिकारिक URL | https://chromewebstore.google.com/detail/fantom-gas-tracker/nmeagajpagaeececladekenjgemhaohe |
विवरण | Gas tracker on fantom network |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 0.6.0 |
अंतिम अपडेट | 2022-03-04 |
प्रकाशन तिथि | 2022-01-27 |
डेवलपर | vbalko |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://vbalko.github.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fantom Gas Tracker", "description": "Gas tracker on fantom network", "version": "0.6.0", "action": { "default_title": "Fantom Gas Tracker", "default_icon": "icons\/icon_256.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage" ] } |