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