Polygon Gas Station
Displays current gas prices for Polygon Mainnet.
什么是Polygon Gas Station?
Polygon Gas Station是由Dornat开发的Chrome扩展程序,该扩展的主要功能是“Displays current gas prices for Polygon Mainnet.”。
扩展截图
下载Polygon Gas Station扩展crx文件
下载Polygon Gas Station扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Access current gas prices on polygon mainnet using data from https://gasstation-mainnet.matic.network with the option to view available amounts of gas that you need to choose for making a transaction.
扩展基本信息
名称 | Polygon Gas Station |
ID | mofhphpaefijhjcidmcibbihfgdemooa |
官方URL | https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa |
简介 | Displays current gas prices for Polygon Mainnet. |
文件大小 | 70.9 KB |
安装次数 | 1,053 |
当前版本 | 0.1.1 |
更新时间 | 2021-07-05 |
上架时间 | 2021-07-05 |
评分 | 4.00/5 共5次评分 |
开发者 | Dornat |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "PolyGasStation", "name": "Polygon Gas Station", "version": "0.1.1", "manifest_version": 2, "description": "Displays current gas prices for Polygon Mainnet.", "icons": { "512": "logo512.png" }, "browser_action": { "default_icon": "logo512.png", "default_popup": "popup.html" } } |