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