ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Apa itu ETH gas alerts?
ETH gas alerts adalah ekstensi Chrome yang dikembangkan oleh ethgasalert, dan fitur utamanya adalah "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ETH gas alerts
Unduh file ekstensi ETH gas alerts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
URL Resmi | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Deskripsi | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Ukuran File | 29.32 KB |
Jumlah Instalasi | 4,139 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-11-28 |
Tanggal Publikasi | 2020-11-24 |
Penilaian | 4.00/5 Total 9 Penilaian |
Pengembang | ethgasalert |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |