Fantom Gas Price Extension

Displays the current gas price using your preferred gas price provider.

Vad är Fantom Gas Price Extension?

Fantom Gas Price Extension är en Chrome-tillägg utvecklad av PeaStew, och dess huvudfunktion är "Displays the current gas price using your preferred gas price provider.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fantom Gas Price Extension-förlängningens CRX-fil

Ladda ner Fantom Gas Price Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)                    

Grundläggande Information om Tillägg

Namn Fantom Gas Price Extension Fantom Gas Price Extension
ID ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Officiell webbadress https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Beskrivning Displays the current gas price using your preferred gas price provider.
Filstorlek 78.2 KB
Antal Installationer 58
Aktuell Version 0.0.1
Senast Uppdaterad 2022-02-14
Publiceringsdatum 2022-02-14
Utvecklare PeaStew
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/PeaStew/fantom-gas-price-extension
Hjälpsida URL https://github.com/PeaStew/fantom-gas-price-extension
Stödda Språk 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"
    ]
}