Polygon (MATIC) Gas Station
This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Hvad er Polygon (MATIC) Gas Station?
Polygon (MATIC) Gas Station er en Chrome-udvidelse udviklet af ferhatkochan, og dens hovedfunktion er "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet".
Udvidelsesskærmbilleder
Download Polygon (MATIC) Gas Station-udvidelses-CRX-fil
Download Polygon (MATIC) Gas Station-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.
Grundlæggende oplysninger om udvidelsen
Navn | Polygon (MATIC) Gas Station |
ID | miekildhlhgnodhpbplnicnidfcbhofj |
Officiel URL | https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj |
Beskrivelse | This extension reccomends the Gas price (MATIC) to use on Polygon mainnet |
Filstørrelse | 15.85 KB |
Antal Installationer | 447 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-07-26 |
Udgivelsesdato | 2021-07-22 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | ferhatkochan |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://discord.gg/teNJYDaz |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": ".\/static\/gasstationlogo.png", "48": ".\/static\/gasstationlogo.png", "128": ".\/static\/gasstationlogo.png" }, "name": "Polygon (MATIC) Gas Station", "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet", "version": "1.1", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'", "browser_action": { "default_icon": ".\/static\/gasstationlogo.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |