Fantom Gas Tracker

Gas tracker on fantom network

Qu'est-ce que Fantom Gas Tracker ?

Fantom Gas Tracker est une extension Chrome développée par vbalko, et sa fonction principale est "Gas tracker on fantom network".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fantom Gas Tracker

Téléchargez les fichiers d'extension Fantom Gas Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fantom Gas Tracker Fantom Gas Tracker
ID nmeagajpagaeececladekenjgemhaohe
URL Officiel https://chromewebstore.google.com/detail/fantom-gas-tracker/nmeagajpagaeececladekenjgemhaohe
Description Gas tracker on fantom network
Taille du Fichier 134 KB
Nombre d'Installations 121
Version Actuelle 0.6.0
Dernière Mise à Jour 2022-03-04
Date de Publication 2022-01-27
Développeur vbalko
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://vbalko.github.io
Langues Prises en Charge 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"
    ]
}