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 |
| Eメール | [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"
]
} | |