Gas Now Notifier
This extension will give you the gas price and notify you
Qu'est-ce que Gas Now Notifier ?
Gas Now Notifier est une extension Chrome développée par Wadie ELARRIM, et sa fonction principale est "This extension will give you the gas price and notify you".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gas Now Notifier
Téléchargez les fichiers d'extension Gas Now Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
URL Officiel | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Description | This extension will give you the gas price and notify you |
Taille du Fichier | 17.67 KB |
Nombre d'Installations | 752 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-12-29 |
Date de Publication | 2020-12-28 |
Développeur | Wadie ELARRIM |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.linkedin.com/in/welarrim/ |
Langues Prises en Charge | 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;" } |