ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Co to jest ETH gas alerts?
ETH gas alerts to rozszerzenie Chrome opracowane przez ethgasalert, a jego główną funkcją jest „Keep track of gas prices easily and set up notifications when it goes below a certain threshold”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ETH gas alerts
Pobierz pliki rozszerzeń ETH gas alerts 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
Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute. Powered by Etherscan.io APIs
Podstawowe informacje o rozszerzeniu
Nazwa | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
Oficjalny URL | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Opis | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Rozmiar pliku | 29.32 KB |
Liczba instalacji | 4,139 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-11-28 |
Data Publikacji | 2020-11-24 |
Ocena | 4.00/5 Łącznie 9 Oceny |
Deweloper | ethgasalert |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH gas alerts", "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold", "version": "0.0.1", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "ethereum16.png", "48": "ethereum48.png", "128": "ethereum128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'" } |