IOTA ticker

This non official extension allows the user to display the current price of MIOTA in USD

ما هو IOTA ticker؟

IOTA ticker هو إضافة Chrome تم تطويرها بواسطة hak910، والميزة الرئيسية لها هي "This non official extension allows the user to display the current price of MIOTA in USD".

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

screenshot

تحميل ملف CRX للإضافة IOTA ticker

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

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

                        This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute.
The red background indicates that the 24h price is down.
The green background indicates that the 24h price is up.
Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD                    

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

الاسم IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
الوصف This non official extension allows the user to display the current price of MIOTA in USD
حجم الملف 5.52 KB
عدد التثبيتات 41
النسخة الحالية 1.1
آخر تحديث 2017-12-17
تاريخ النشر 2017-12-17
تقييم 4.73/5 مجموع تقييمات 11
المطور hak910
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IOTA ticker",
    "description": "This non official extension allows the user to display the current price of MIOTA in USD",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": true
    }
}