GAS Pod
A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
¿Qué es GAS Pod?
GAS Pod es una extensión de Chrome desarrollada por huazhou, y su función principal es "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GAS Pod
Descarga archivos de extensión GAS Pod en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | GAS Pod |
ID | diobnnjkbkdpdgenhlgjanifmaimmppp |
URL Oficial | https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp |
Descripción | A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. |
Tamaño del Archivo | 200 KB |
Cantidad de Instalaciones | 110 |
Versión Actual | 1.9 |
Última Actualización | 2021-11-22 |
Fecha de Publicación | 2021-07-05 |
Desarrollador | huazhou |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |