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”。
扩展截图
下载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 |
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 } } |