Gastly
Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network.
Gastlyคืออะไร?
Gastly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mark od และคุณลักษณะหลักของมันคือ "Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gastly
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |