Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Feel the Fee란 무엇입니까?
Feel the Fee은(는) https://fee.finance에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check out real-time gas fees on Ethereum in whatever currency you like"입니다.
확장 프로그램 스크린샷
Feel the Fee 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What's the current gas price on Ethereum? How much gas fee will it cost to do some yield farming on Yearn/Curve/Balancer? How much gas fee do I need to pay to swap a coin on Uniswap? Open the extension popup and feel the fee right now!
확장 프로그램 기본 정보
이름 | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
공식 URL | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
설명 | Check out real-time gas fees on Ethereum in whatever currency you like |
파일 크기 | 606 KB |
설치 횟수 | 52 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2020-09-10 |
출시 날짜 | 2020-08-27 |
개발자 | https://fee.finance |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fee.finance |
도움말 페이지 URL | https://github.com/harry830622/feel-the-fee/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feel the Fee", "version": "1.3.1", "description": "Check out real-time gas fees on Ethereum in whatever currency you like", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/api.coingecko.com\/*", "https:\/\/api.fee.finance\/*" ], "manifest_version": 2 } |