Gas Now Notifier
This extension will give you the gas price and notify you
Cos'è Gas Now Notifier?
Gas Now Notifier è un'estensione di Chrome sviluppata da Wadie ELARRIM, e la sua funzione principale è "This extension will give you the gas price and notify you".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gas Now Notifier
Scarica i file di estensione Gas Now Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
URL Ufficiale | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Descrizione | This extension will give you the gas price and notify you |
Dimensione del File | 17.67 KB |
Conteggio Installazioni | 752 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-12-29 |
Data di Pubblicazione | 2020-12-28 |
Sviluppatore | Wadie ELARRIM |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.linkedin.com/in/welarrim/ |
Lingue Supportate | 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;" } |