Gas Now Notifier
This extension will give you the gas price and notify you
Vad är Gas Now Notifier?
Gas Now Notifier är en Chrome-tillägg utvecklad av Wadie ELARRIM, och dess huvudfunktion är "This extension will give you the gas price and notify you".
Tilläggsskärmbilder
Ladda ner Gas Now Notifier-förlängningens CRX-fil
Ladda ner Gas Now Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
Officiell webbadress | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Beskrivning | This extension will give you the gas price and notify you |
Filstorlek | 17.67 KB |
Antal Installationer | 752 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-12-29 |
Publiceringsdatum | 2020-12-28 |
Utvecklare | Wadie ELARRIM |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://www.linkedin.com/in/welarrim/ |
Stödda Språk | 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;" } |