Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

ما هو Ripple Price Ticker؟

Ripple Price Ticker هو إضافة Chrome تم تطويرها بواسطة jmar42، والميزة الرئيسية لها هي "Ripple Price Ticker and other utilities around Ripple".

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

screenshot

تحميل ملف CRX للإضافة Ripple Price Ticker

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

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

                        Get updated Ripple XRP prices with high/low alerts.                    

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

الاسم Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
الوصف Ripple Price Ticker and other utilities around Ripple
حجم الملف 118 KB
عدد التثبيتات 17
النسخة الحالية 1.0.15
آخر تحديث 2018-01-11
تاريخ النشر 2018-01-11
تقييم 5.00/5 مجموع تقييمات 2
المطور jmar42
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}