Feel the Fee

Check out real-time gas fees on Ethereum in whatever currency you like

ما هو Feel the Fee؟

Feel the Fee هو إضافة Chrome تم تطويرها بواسطة https://fee.finance، والميزة الرئيسية لها هي "Check out real-time gas fees on Ethereum in whatever currency you like".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Feel the Fee

قم بتنزيل ملفات الامتداد Feel the Fee بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        What's the current gas price on Ethereum? How much gas fee will it cost to do some yield farming on Yearn/Curve/Balancer? How much gas fee do I need to pay to swap a coin on Uniswap? Open the extension popup and feel the fee right now!                    

معلومات أساسية عن التمديد

الاسم Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
الوصف Check out real-time gas fees on Ethereum in whatever currency you like
حجم الملف 606 KB
عدد التثبيتات 52
النسخة الحالية 1.3.1
آخر تحديث 2020-09-10
تاريخ النشر 2020-08-27
المطور https://fee.finance
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fee.finance
عنوان صفحة المساعدة https://github.com/harry830622/feel-the-fee/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feel the Fee",
    "version": "1.3.1",
    "description": "Check out real-time gas fees on Ethereum in whatever currency you like",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.coingecko.com\/*",
        "https:\/\/api.fee.finance\/*"
    ],
    "manifest_version": 2
}