ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
ETH gas alerts란 무엇입니까?
ETH gas alerts은(는) ethgasalert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of gas prices easily and set up notifications when it goes below a certain threshold"입니다.
확장 프로그램 스크린샷
ETH gas alerts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute. Powered by Etherscan.io APIs
확장 프로그램 기본 정보
이름 | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
공식 URL | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
설명 | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
파일 크기 | 29.32 KB |
설치 횟수 | 4,139 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-11-28 |
출시 날짜 | 2020-11-24 |
평점 | 4.00/5 총 9 개의 평점 |
개발자 | ethgasalert |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH gas alerts", "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold", "version": "0.0.1", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "ethereum16.png", "48": "ethereum48.png", "128": "ethereum128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'" } |