GAS Pod
A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Vad är GAS Pod?
GAS Pod är en Chrome-tillägg utvecklad av huazhou, och dess huvudfunktion är "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".
Tilläggsskärmbilder
Ladda ner GAS Pod-förlängningens CRX-fil
Ladda ner GAS Pod-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | diobnnjkbkdpdgenhlgjanifmaimmppp |
| Officiell webbadress | https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp |
| Beskrivning | A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. |
| Filstorlek | 200 KB |
| Antal Installationer | 110 |
| Aktuell Version | 1.9 |
| Senast Uppdaterad | 2021-11-22 |
| Publiceringsdatum | 2021-07-05 |
| Utvecklare | huazhou |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |