Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
ما هو Fantom Gas Price Extension؟
Fantom Gas Price Extension هو إضافة Chrome تم تطويرها بواسطة PeaStew، والميزة الرئيسية لها هي "Displays the current gas price using your preferred gas price provider.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fantom Gas Price Extension
قم بتنزيل ملفات الامتداد Fantom Gas Price Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
معلومات أساسية عن التمديد
الاسم | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
الوصف | Displays the current gas price using your preferred gas price provider. |
حجم الملف | 78.2 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-02-14 |
تاريخ النشر | 2022-02-14 |
المطور | PeaStew |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/PeaStew/fantom-gas-price-extension |
عنوان صفحة المساعدة | https://github.com/PeaStew/fantom-gas-price-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantom Gas Price Extension", "version": "0.0.1", "description": "Displays the current gas price using your preferred gas price provider.", "manifest_version": 3, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "action": { "default_title": "Fantom Gas Price", "default_popup": "src\/popup.html", "default_icon": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "alarms", "storage" ] } |