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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Gastly |
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" } } |