ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
ما هو ETH gas alerts؟
ETH gas alerts هو إضافة Chrome تم تطويرها بواسطة ethgasalert، والميزة الرئيسية لها هي "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ETH gas alerts
قم بتنزيل ملفات الامتداد ETH gas alerts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
الوصف | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
حجم الملف | 29.32 KB |
عدد التثبيتات | 4,139 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2020-11-28 |
تاريخ النشر | 2020-11-24 |
تقييم | 4.00/5 مجموع تقييمات 9 |
المطور | ethgasalert |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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'" } |