Ethereum price

Displays the current Ethereum price.

ما هو Ethereum price؟

Ethereum price هو إضافة Chrome تم تطويرها بواسطة ar2r، والميزة الرئيسية لها هي "Displays the current Ethereum price.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ethereum price

قم بتنزيل ملفات الامتداد Ethereum price بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Simple ETH / Ethereum price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
BTC Bitcoin price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DOGE Dogecoin price tracker
DASH Dash price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

معلومات أساسية عن التمديد

الاسم Ethereum price Ethereum price
ID lfpfdkldcgcmdioidcldjcmlfacnkild
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild
الوصف Displays the current Ethereum price.
حجم الملف 64.2 KB
عدد التثبيتات 69
النسخة الحالية 1.0
آخر تحديث 2018-01-17
تاريخ النشر 2018-01-17
تقييم 5.00/5 مجموع تقييمات 1
المطور ar2r
نوع الدفع free
موقع الإضافة http://allcoinindex.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Ethereum price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ethereum price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Ethereum Price",
    "version": "1.0"
}