Polygon (MATIC) Gas Station

This extension reccomends the Gas price (MATIC) to use on Polygon mainnet

Polygon (MATIC) Gas Station란 무엇입니까?

Polygon (MATIC) Gas Station은(는) ferhatkochan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet"입니다.

확장 프로그램 스크린샷

screenshot

Polygon (MATIC) Gas Station 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.                    

확장 프로그램 기본 정보

이름 Polygon (MATIC) Gas Station Polygon (MATIC) Gas Station
ID miekildhlhgnodhpbplnicnidfcbhofj
공식 URL https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj
설명 This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
파일 크기 15.85 KB
설치 횟수 447
현재 버전 1.1
최근 업데이트 2021-07-26
출시 날짜 2021-07-22
평점 5.00/5 총 1 개의 평점
개발자 ferhatkochan
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://discord.gg/teNJYDaz
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": ".\/static\/gasstationlogo.png",
        "48": ".\/static\/gasstationlogo.png",
        "128": ".\/static\/gasstationlogo.png"
    },
    "name": "Polygon (MATIC) Gas Station",
    "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet",
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": ".\/static\/gasstationlogo.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}