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文件

下載Polygon (MATIC) Gas Station擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}