Gastly
Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network.
什么是Gastly?
Gastly是由mark od开发的Chrome扩展程序,该扩展的主要功能是“Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network.”。
扩展截图
下载Gastly扩展crx文件
下载Gastly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gastly is a chrome extension providing real-time gas prices for the Ethereum network. Also included in the application are spot rates to help calculate estimate fees for basic transactions across 3 different speed preferences. (Spot rates sourced from centralised exchanges).
Gastly was made to replace extensions like GasNow and provide a non-invasive utility tool to quickly see gas prices as well as spot rates for your favourite fiat-ETH market pairs sourced from markets with deep liquidity. You may set your default option of gas price to 3 different speeds based on your preference. Fiat-denominated fees (of basic transactions) are also produced on the fly as real-time gas prices stream into the application.
If you enjoy this free product, please consider donating some ETH or DAI as I look to further enhance the product!
Ethereum Address: 0x33e9BA56E53fD12Bcc126ce9b28d1843CAE71C10
Feel free to follow me on twitter for more crypto-related projects and thoughts:
https://twitter.com/mark_mkzo 扩展基本信息
| 名称 | |
| ID | oajdjjcjlllhmklicblbjfmfkekeldfa |
| 官方URL | https://chromewebstore.google.com/detail/gastly/oajdjjcjlllhmklicblbjfmfkekeldfa |
| 简介 | Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network. |
| 文件大小 | 360 KB |
| 安装次数 | 332 |
| 当前版本 | 1.3.3 |
| 更新时间 | 2022-07-16 |
| 上架时间 | 2021-06-24 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | mark od |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gastly",
"description": "Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network.",
"version": "1.3.3",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "Current ETH Gas Prices",
"default_icon": "gastly-med.png"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"app\/lodash.js",
"app\/background.js"
]
},
"icons": {
"16": "gastly-med.png",
"48": "gastly-med.png",
"128": "gastly-med.png"
}
} | |