GAS Pod
A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Apa itu GAS Pod?
GAS Pod adalah ekstensi Chrome yang dikembangkan oleh huazhou, dan fitur utamanya adalah "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GAS Pod
Unduh file ekstensi GAS Pod dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | GAS Pod |
ID | diobnnjkbkdpdgenhlgjanifmaimmppp |
URL Resmi | https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp |
Deskripsi | A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. |
Ukuran File | 200 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2021-11-22 |
Tanggal Publikasi | 2021-07-05 |
Pengembang | huazhou |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |