GAS Pod
A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
O que é GAS Pod?
GAS Pod é uma extensão do Chrome desenvolvida por huazhou, e sua principal característica é "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GAS Pod
Baixe arquivos de extensão GAS Pod no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | GAS Pod |
ID | diobnnjkbkdpdgenhlgjanifmaimmppp |
URL Oficial | https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp |
Descrição | A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. |
Tamanho do Arquivo | 200 KB |
Contagem de Instalações | 110 |
Versão Atual | 1.9 |
Última Atualização | 2021-11-22 |
Data de Publicação | 2021-07-05 |
Desenvolvedor | huazhou |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |