Ethereum Price Ticker | ETH Price Ticker

Displays the current Ethereum (ETH) price.

Ethereum Price Ticker | ETH Price Tickerคืออะไร?

Ethereum Price Ticker | ETH Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Root Consulting, Inc และคุณลักษณะหลักของมันคือ "Displays the current Ethereum (ETH) price."

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

screenshot

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

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

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

                        This extension fetches the current price for Ethereum from poloniex.com.  It allows you to view the price USD - United States Dollars                    

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

ชื่อ Ethereum Price Ticker | ETH Price Ticker Ethereum Price Ticker | ETH Price Ticker
ID mbfcnfgpimdeehokhmhdhmpmkphdeamd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd
คำอธิบาย Displays the current Ethereum (ETH) price.
ขนาดไฟล์ 21.66 KB
จำนวนการติดตั้ง 1,369
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-08-21
วันที่เผยแพร่ 2017-12-16
คะแนน 4.24/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Root Consulting, Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ethereum Price Ticker | ETH Price Ticker",
    "description": "Displays the current Ethereum (ETH) price.",
    "version": "3.0",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "ETH Price Ticker",
        "default_icon": "icon.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/poloniex.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}