ETH Gas Price

Ethereum gas price tracker

ETH Gas Priceคืออะไร?

ETH Gas Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cryptoage และคุณลักษณะหลักของมันคือ "Ethereum gas price tracker"

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

screenshot
screenshot
screenshot

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

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

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

                        The extension is used to monitor the price of ethereum gas in real time. Thanks to this extension, you can choose the optimal time for making cheap Ethereum transactions. In addition, the extension allows you to track the price of Ethereum.                    

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

ชื่อ ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
คำอธิบาย Ethereum gas price tracker
ขนาดไฟล์ 1.49 MB
จำนวนการติดตั้ง 913
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-04-19
วันที่เผยแพร่ 2021-05-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cryptoage
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://profit-mine.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "description": "Ethereum gas price tracker",
    "version": "1.5.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_ui": {
        "page": "www\/index.html#\/options",
        "browser_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Ethereum Gas Price",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}