Ethereum gas price alert

Wolfalert - Set your alarm to be notified when the ethereum gas price is low!

Ethereum gas price alert란 무엇입니까?

Ethereum gas price alert은(는) pedro.reyes.solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ethereum gas price alert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ethereum gas price alert. 

A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.                    

확장 프로그램 기본 정보

이름 Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
공식 URL https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
설명 Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
파일 크기 49.3 MB
설치 횟수 154
현재 버전 2.0.1
최근 업데이트 2022-06-02
출시 날짜 2021-07-28
평점 4.00/5 총 2 개의 평점
개발자 pedro.reyes.solutions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wolfalert-prod.web.app/gas
도움말 페이지 URL https://t.me/joinchat/RLkEMkRDOovu9tuR
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wolfalert",
    "name": "Ethereum gas price alert",
    "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": ".\/build\/index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/scripts\/background.js",
        "type": "module"
    }
}