Gas Now Notifier
This extension will give you the gas price and notify you
Hvad er Gas Now Notifier?
Gas Now Notifier er en Chrome-udvidelse udviklet af Wadie ELARRIM, og dens hovedfunktion er "This extension will give you the gas price and notify you".
Udvidelsesskærmbilleder
Download Gas Now Notifier-udvidelses-CRX-fil
Download Gas Now Notifier-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
Gas Now Notifier was created with love because I needed to check every time the gas price. With Gas Now Notifier, you have to specify your goal and that's it, it will notify you once the price reach the goal. PS : Gas Now Notifier fetch data from Gas Now
Grundlæggende oplysninger om udvidelsen
Navn | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
Officiel URL | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Beskrivelse | This extension will give you the gas price and notify you |
Filstørrelse | 17.67 KB |
Antal Installationer | 752 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-12-29 |
Udgivelsesdato | 2020-12-28 |
Udvikler | Wadie ELARRIM |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://www.linkedin.com/in/welarrim/ |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gas Now Notifier", "description": "This extension will give you the gas price and notify you", "version": "1.0.1", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "notifications", "alarms" ], "content_security_policy": "default-src 'self' blob: filesystem: 'unsafe-eval'; connect-src 'self' https:\/\/www.gasnow.org\/api\/v3\/gas\/price;" } |