Blocknative Gas Fee Estimator for ETH & MATIC
Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.
什么是Blocknative Gas Fee Estimator for ETH & MATIC?
Blocknative Gas Fee Estimator for ETH & MATIC是由Blocknative开发的Chrome扩展程序,该扩展的主要功能是“Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.”。
扩展截图
下载Blocknative Gas Fee Estimator for ETH & MATIC扩展crx文件
下载Blocknative Gas Fee Estimator for ETH & MATIC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⛽ Blocknative inspects every pending Ethereum and Polygon transaction to help you accurately estimate what price to pay to get into the next block.
📊 Our Polygon and Ethereum Gas Estimator extension provides you with gas estimates at various confidence intervals — so you can precisely set your gas fees and get on-chain with confidence.
🚀 Blocknative supports both Type 0 legacy transactions and Type 2 EIP-1559 transactions.
📈 Our visual gas tracker charts recent gas prices by block (broken down between base fee and priority fee) and a 7-day gas price heatmap.
⚙️ Powered by Blocknative's Gas Platform API, you can integrate accurate gas estimations into your Dapp or trading strategy.
📚 Learn more and explore the docs at https://www.blocknative.com/gas-estimator
💬 Connect with the team in Discord at https://discord.com/invite/KZaBVME 扩展基本信息
| 名称 | |
| ID | ablbagjepecncofimgjmdpnhnfjiecfm |
| 官方URL | https://chromewebstore.google.com/detail/blocknative-gas-fee-estim/ablbagjepecncofimgjmdpnhnfjiecfm |
| 简介 | Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension. |
| 文件大小 | 556 KB |
| 安装次数 | 85,070 |
| 当前版本 | 0.8.12 |
| 更新时间 | 2024-01-25 |
| 上架时间 | 2021-08-26 |
| 评分 | 4.48/5 共33次评分 |
| 开发者 | Blocknative |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.blocknative.com |
| 帮助页面URL | https://discord.com/invite/KZaBVME |
| 隐私政策页面URL | https://www.blocknative.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blocknative Gas Fee Estimator for ETH & MATIC",
"description": "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.",
"version": "0.8.12",
"manifest_version": 3,
"icons": {
"48": "public\/icons\/bn-logo-chrome-48.png",
"128": "public\/icons\/bn-logo-chrome-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup.html"
},
"permissions": [
"storage",
"alarms"
],
"optional_permissions": [
"notifications"
]
} | |