Gas Now Notifier
This extension will give you the gas price and notify you
Co to jest Gas Now Notifier?
Gas Now Notifier to rozszerzenie Chrome opracowane przez Wadie ELARRIM, a jego główną funkcją jest „This extension will give you the gas price and notify you”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gas Now Notifier
Pobierz pliki rozszerzeń Gas Now Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
Oficjalny URL | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Opis | This extension will give you the gas price and notify you |
Rozmiar pliku | 17.67 KB |
Liczba instalacji | 752 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-12-29 |
Data Publikacji | 2020-12-28 |
Deweloper | Wadie ELARRIM |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.linkedin.com/in/welarrim/ |
Obsługiwane Języki | 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;" } |