Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
ما هو Ethereum Gas Price Extension؟
Ethereum Gas Price Extension هو إضافة Chrome تم تطويرها بواسطة https://ethprofit.net، والميزة الرئيسية لها هي "Displays the current gas price in Gwei and USD using your preferred gas price provider.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ethereum Gas Price Extension
قم بتنزيل ملفات الامتداد Ethereum Gas Price Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
معلومات أساسية عن التمديد
الاسم | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
الوصف | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
حجم الملف | 188 KB |
عدد التثبيتات | 1,508 |
النسخة الحالية | 1.00 |
آخر تحديث | 2021-05-24 |
تاريخ النشر | 2021-05-17 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | https://ethprofit.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ethprofit.net/ |
عنوان صفحة المساعدة | https://ethprofit.net/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |