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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
    }
}