Gas Now Notifier
This extension will give you the gas price and notify you
Was ist Gas Now Notifier?
Gas Now Notifier ist eine Chrome-Erweiterung, die von Wadie ELARRIM entwickelt wurde, und ihr Hauptmerkmal ist "This extension will give you the gas price and notify you".
Erweiterungsscreenshots
Gas Now Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gas Now Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
Offizielle URL | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Beschreibung | This extension will give you the gas price and notify you |
Dateigröße | 17.67 KB |
Installationsanzahl | 752 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-12-29 |
Veröffentlichungsdatum | 2020-12-28 |
Entwickler | Wadie ELARRIM |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://www.linkedin.com/in/welarrim/ |
Unterstützte Sprachen | 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;" } |