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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}