Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Fantom Gas Price Extension란 무엇입니까?
Fantom Gas Price Extension은(는) PeaStew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current gas price using your preferred gas price provider."입니다.
확장 프로그램 스크린샷
Fantom Gas Price Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
확장 프로그램 기본 정보
이름 | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
공식 URL | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
설명 | Displays the current gas price using your preferred gas price provider. |
파일 크기 | 78.2 KB |
설치 횟수 | 58 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2022-02-14 |
출시 날짜 | 2022-02-14 |
개발자 | PeaStew |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/PeaStew/fantom-gas-price-extension |
도움말 페이지 URL | https://github.com/PeaStew/fantom-gas-price-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantom Gas Price Extension", "version": "0.0.1", "description": "Displays the current gas price using your preferred gas price provider.", "manifest_version": 3, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "action": { "default_title": "Fantom Gas Price", "default_popup": "src\/popup.html", "default_icon": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "alarms", "storage" ] } |