GasBest Gas Price Tracker
Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts
什麼是GasBest Gas Price Tracker?
GasBest Gas Price Tracker是由https://gas.best開發的Chrome擴展程式,該擴展的主要功能是“Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts”。
擴展截圖
下載GasBest Gas Price Tracker擴展crx文件
下載GasBest Gas Price Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save your ETH by sending transactions at cheaper gas prices. Ethereum base fee fluctuates a lot, so if you are willing to wait a bit, you can save up to 50% on gas fees by catching a dip. Charts allow you to see at a glance whether the fee market is stable or gas prices surged 5x 10 minutes ago and it's wise a wait a little before submitting a transaction.
• Gets the latest gas prices faster than most other extensions
• Uses advanced price prediction algorithms based on historical patterns
• Charts of historic average and minimum gas prices
• Shows USD prices for common transaction types
• No user tracking or data collection
• EIP-1559 support
See web version at https://gas.best 擴展基本資訊
| 名稱 | |
| ID | ofnhnnijgkcemfdolboenkinolhiciih |
| 官方網址 | https://chromewebstore.google.com/detail/gasbest-gas-price-tracker/ofnhnnijgkcemfdolboenkinolhiciih |
| 簡介 | Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts |
| 檔案大小 | 988 KB |
| 安裝次數 | 175 |
| 目前版本 | 0.6.1 |
| 更新時間 | 2022-06-03 |
| 上架時間 | 2022-05-12 |
| 評分 | 3.00/5 共 4 次評分 |
| 開發者 | https://gas.best |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/poma/gas-best |
| 說明頁面URL | https://github.com/poma/gas-best/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GasBest Gas Price Tracker",
"description": "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts",
"version": "0.6.1",
"manifest_version": 3,
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"default_popup": "index.html"
},
"permissions": [
"alarms",
"storage",
"notifications"
]
} | |