Polygon-Matic Gas Tracker

An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information

Polygon-Matic Gas Tracker क्या है?

Polygon-Matic Gas Tracker lozans89 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information"।

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

screenshot
screenshot
screenshot

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

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

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

                        Polygon is an amazing layer two solution that makes transactions and dapps simple and cheap. This app allows you to track gas prices and dig deeper into the blocks behind them, if only fleetingly. I compiled the app for the user to see real time block information and expand upon a regular gas tracker. The application is built using an Alchemy API and Matic-mainnet API for block information and Coingecko API for dollar price information. ** Updated badge information due to Matic network issues. Let me know if you have questions, I'd love to help if I can.                    

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

नाम Polygon-Matic Gas Tracker Polygon-Matic Gas Tracker
ID ljmnpoboijpolhkdnphimbfablojdjem
आधिकारिक URL https://chromewebstore.google.com/detail/polygon-matic-gas-tracker/ljmnpoboijpolhkdnphimbfablojdjem
विवरण An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information
फ़ाइल का आकार 795 KB
स्थापना संख्या 73
वर्तमान संस्करण 1.5
अंतिम अपडेट 2022-06-08
प्रकाशन तिथि 2022-06-07
डेवलपर lozans89
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bytebuild.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polygon-Matic Gas Tracker",
    "description": "An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo-small.png",
        "32": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src 'self' wss:\/\/polygon-mainnet.g.alchemy.com\/v2\/Wq8pHfawsfS8L426HyXtx6GcPM0c1bPp https:\/\/api.coingecko.com\/api\/v3\/simple\/price https:\/\/gasstation-mainnet.matic.network\/; object-src 'self'"
    },
    "permissions": [
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo-small.png"
    }
}