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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Polygon-Matic Gas Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}