GAS Pod

A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.

GAS Pod란 무엇입니까?

GAS Pod은(는) huazhou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative."입니다.

확장 프로그램 스크린샷

screenshot

GAS Pod 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:
- Supports EIP1559
- Different color labels of icon indicate the current gas traffic
- Click on the dashboard to quickly jump to blocknative
- Launch a small pop-up window, you can place it anywhere as a desktop widget

Open source: https://github.com/huazhouwang/GASPod                    

확장 프로그램 기본 정보

이름 GAS Pod GAS Pod
ID diobnnjkbkdpdgenhlgjanifmaimmppp
공식 URL https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp
설명 A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
파일 크기 200 KB
설치 횟수 110
현재 버전 1.9
최근 업데이트 2021-11-22
출시 날짜 2021-07-05
개발자 huazhou
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.9",
    "name": "GAS Pod",
    "description": "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. ",
    "icons": {
        "16": "logo_ethereum_16.png",
        "48": "logo_ethereum_48.png",
        "128": "logo_ethereum_128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "GAS Pod"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}