Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Ethereum Gas Price Extension क्या है?
Ethereum Gas Price Extension nieldlr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple free utility for your browser that helps you decide how much to spend on your next transaction."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethereum Gas Price Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.
एक्सटेंशन की मूल जानकारी
नाम | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
विवरण | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
फ़ाइल का आकार | 53.53 KB |
स्थापना संख्या | 91,740 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2021-08-05 |
प्रकाशन तिथि | 2020-06-29 |
रेटिंग | 4.76/5 कुल 42 रेटिंग्स |
डेवलपर | nieldlr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gaspriceextension.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension", "version": "2.0.3", "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.", "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 } } |