ETH Gas Price

Displays the current gas price (in gwei and not in $) using your preferred gas price provider.

ETH Gas Price क्या है?

ETH Gas Price Pato द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current gas price (in gwei and not in $) using your preferred gas price provider."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ETH Gas Price एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.                    

एक्सटेंशन की मूल जानकारी

नाम ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
आधिकारिक URL https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
विवरण Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
फ़ाइल का आकार 79.78 KB
स्थापना संख्या 159
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-06-22
प्रकाशन तिथि 2021-06-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Pato
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/patobiskoto/gas
सहायता पृष्ठ URL https://github.com/patobiskoto/gas
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "version": "1.0",
    "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "ETH Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}