DeFi Saver Gas Prices Extension
Ethereum gas prices extension with dark and light modes and 7-day historical data.
什么是DeFi Saver Gas Prices Extension?
DeFi Saver Gas Prices Extension是由DeFi Saver开发的Chrome扩展程序,该扩展的主要功能是“Ethereum gas prices extension with dark and light modes and 7-day historical data.”。
扩展截图
下载DeFi Saver Gas Prices Extension扩展crx文件
下载DeFi Saver Gas Prices Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ethereum gas prices extension with EIP-1559 support, dark and light modes, historical average gas prices chart and custom notifications.
The default price shown on the extension badge is the base fee, as introduced with EIP-1559, though users can still switch to the legacy (Type 0) view.
Features include:
- EIP-1559 support with current base fee and priority fee (miner tip) suggestions
- Refreshes every minute automatically or continuously while opened
- Chart of average gas prices in the last 24 hours, 7 days or month
- Dark (default) and light modes
- No user tracking or data collection
- Configurable gas price notifications
Suggestions and all feedback is always welcome - please don't hesitate to reach out to us. 扩展基本信息
| 名称 | |
| ID | afgfdkloegmghldbalmenklokhlifphe |
| 官方URL | https://chromewebstore.google.com/detail/defi-saver-gas-prices-ext/afgfdkloegmghldbalmenklokhlifphe |
| 简介 | Ethereum gas prices extension with dark and light modes and 7-day historical data. |
| 文件大小 | 522 KB |
| 安装次数 | 34,357 |
| 当前版本 | 0.5.1 |
| 更新时间 | 2022-12-07 |
| 上架时间 | 2020-11-16 |
| 评分 | 4.73/5 共26次评分 |
| 开发者 | DeFi Saver |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://defisaver.com/ |
| 隐私政策页面URL | https://app.defisaver.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "DFS Gas Prices Extension",
"name": "DeFi Saver Gas Prices Extension",
"manifest_version": 3,
"description": "Ethereum gas prices extension with dark and light modes and 7-day historical data.",
"version": "0.5.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon-green-16.png",
"32": "images\/icon-green-32.png",
"48": "images\/icon-green-48.png",
"128": "images\/icon-green-128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"host_permissions": [
"https:\/\/app.defisaver.com\/*"
]
} | |