Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
Ethereum Gas Price Extension क्या है?
Ethereum Gas Price Extension https://ethprofit.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current gas price in Gwei and USD using your preferred gas price provider."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethereum Gas Price Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
एक्सटेंशन की मूल जानकारी
नाम | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
आधिकारिक URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
विवरण | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
फ़ाइल का आकार | 188 KB |
स्थापना संख्या | 1,508 |
वर्तमान संस्करण | 1.00 |
अंतिम अपडेट | 2021-05-24 |
प्रकाशन तिथि | 2021-05-17 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://ethprofit.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ethprofit.net/ |
सहायता पृष्ठ URL | https://ethprofit.net/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |