Polygon-Matic Gas Tracker
An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information
什么是Polygon-Matic Gas Tracker?
Polygon-Matic Gas Tracker是由lozans89开发的Chrome扩展程序,该扩展的主要功能是“An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information”。
扩展截图
下载Polygon-Matic Gas Tracker扩展crx文件
下载Polygon-Matic Gas Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Polygon is an amazing layer two solution that makes transactions and dapps simple and cheap. This app allows you to track gas prices and dig deeper into the blocks behind them, if only fleetingly. I compiled the app for the user to see real time block information and expand upon a regular gas tracker. The application is built using an Alchemy API and Matic-mainnet API for block information and Coingecko API for dollar price information. ** Updated badge information due to Matic network issues. Let me know if you have questions, I'd love to help if I can.
扩展基本信息
名称 | Polygon-Matic Gas Tracker |
ID | ljmnpoboijpolhkdnphimbfablojdjem |
官方URL | https://chromewebstore.google.com/detail/polygon-matic-gas-tracker/ljmnpoboijpolhkdnphimbfablojdjem |
简介 | An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information |
文件大小 | 795 KB |
安装次数 | 73 |
当前版本 | 1.5 |
更新时间 | 2022-06-08 |
上架时间 | 2022-06-07 |
开发者 | lozans89 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://bytebuild.org/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polygon-Matic Gas Tracker", "description": "An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "logo-small.png", "32": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; connect-src 'self' wss:\/\/polygon-mainnet.g.alchemy.com\/v2\/Wq8pHfawsfS8L426HyXtx6GcPM0c1bPp https:\/\/api.coingecko.com\/api\/v3\/simple\/price https:\/\/gasstation-mainnet.matic.network\/; object-src 'self'" }, "permissions": [ "alarms" ], "action": { "default_popup": "popup.html", "default_icon": "logo-small.png" } } |