PulseChain Gas Estimates

Fetches and displays PulseChain gas estimates.

PulseChain Gas Estimatesคืออะไร?

PulseChain Gas Estimates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Poseidon และคุณลักษณะหลักของมันคือ "Fetches and displays PulseChain gas estimates."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PulseChain Gas Estimates

ดาวน์โหลดไฟล์ส่วนขยาย PulseChain Gas Estimates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        PulseChain Gas Estimator is a Chrome extension designed to help users of the PulseChain network quickly and easily access the current fast gas price for transactions. The extension fetches gas price data from the PulseChain API and displays the fast gas price in a convenient popup, allowing users to make informed decisions about their transactions.

Key features of the PulseChain Gas Estimator extension:

Quick access to the fast gas price in beats for PulseChain transactions
*Now it fetch price of 5 main PulseChain tokens too.
Real-time updates: The extension fetches data from the PulseChain API every 10 seconds, ensuring that users have access to the most recent gas prices
Simple and easy-to-use interface: The extension provides a user-friendly popup displaying the fast gas price, making it easy for users to understand and utilise the information
To use the PulseChain Gas Estimator extension, simply install it in your Chrome browser and click on the extension icon to view the current fast gas price for PulseChain transactions. The gas price will update automatically every 5 seconds, so you can keep an eye on the market and plan your transactions accordingly.

By providing up-to-date gas price information, the PulseChain Gas Estimator extension helps users save time and avoid the frustration of overpaying for transactions on the PulseChain network. Whether you're an experienced user or new to the world of blockchain and cryptocurrencies, the PulseChain Gas Estimator is an invaluable tool to help you navigate the PulseChain ecosystem.

v2.5.0 - Updated Popup with tokens!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PulseChain Gas Estimates PulseChain Gas Estimates
ID mfedonkdkfnekjjnnceeklimanolfloo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pulsechain-gas-estimates/mfedonkdkfnekjjnnceeklimanolfloo
คำอธิบาย Fetches and displays PulseChain gas estimates.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 571
เวอร์ชันปัจจุบัน 2.5.0
อัปเดตครั้งล่าสุด 2023-12-18
วันที่เผยแพร่ 2023-03-28
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Poseidon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PulseChain Gas Estimates",
    "version": "2.5.0",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Fetches and displays PulseChain gas estimates.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/beacon.pulsechain.com https:\/\/api.coinpaprika.com\/ https:\/\/api.dexscreener.com;"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}