ETH Gas Price
Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
ما هو ETH Gas Price؟
ETH Gas Price هو إضافة Chrome تم تطويرها بواسطة Pato، والميزة الرئيسية لها هي "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ETH Gas Price
قم بتنزيل ملفات الامتداد ETH Gas Price بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.
معلومات أساسية عن التمديد
الاسم | ETH Gas Price |
ID | aehhmeflgglnnipjijolgkjgcnhnnjfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd |
الوصف | Displays the current gas price (in gwei and not in $) using your preferred gas price provider. |
حجم الملف | 79.78 KB |
عدد التثبيتات | 159 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-06-22 |
تاريخ النشر | 2021-06-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Pato |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/patobiskoto/gas |
عنوان صفحة المساعدة | https://github.com/patobiskoto/gas |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH Gas Price", "version": "1.0", "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "32": "static\/icon32.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "ETH Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |