Fantom Gas Tracker

Gas tracker on fantom network

Fantom Gas Tracker란 무엇입니까?

Fantom Gas Tracker은(는) vbalko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gas tracker on fantom network"입니다.

확장 프로그램 스크린샷

screenshot

Fantom Gas Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fantom Gas Tracker shows actual information about gas price in Fantom Opera network.

It takes data from official https://ftmscan.com/gastracker page and shows it in accessible and convenient way in your chrome toolbar, so you can always see actual price.

The badge displays the current gas price estimation for "standard" transaction speed: not too slow, not too fast.

Clicking on the badge displays price estimations for different speed expectations ("standard", "fast", and "rapid" transaction times).

Changelog:
v0.6.0: added gas treshold - beeps when gas price is under the set treshold. Beeps only when checked.                    

확장 프로그램 기본 정보

이름 Fantom Gas Tracker Fantom Gas Tracker
ID nmeagajpagaeececladekenjgemhaohe
공식 URL https://chromewebstore.google.com/detail/fantom-gas-tracker/nmeagajpagaeececladekenjgemhaohe
설명 Gas tracker on fantom network
파일 크기 134 KB
설치 횟수 121
현재 버전 0.6.0
최근 업데이트 2022-03-04
출시 날짜 2022-01-27
개발자 vbalko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://vbalko.github.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fantom Gas Tracker",
    "description": "Gas tracker on fantom network",
    "version": "0.6.0",
    "action": {
        "default_title": "Fantom Gas Tracker",
        "default_icon": "icons\/icon_256.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}