Alerts for Binance

Get notifications when cryptocurrency pairs hit a certain price

ما هو Alerts for Binance؟

Alerts for Binance هو إضافة Chrome تم تطويرها بواسطة tberghuis، والميزة الرئيسية لها هي "Get notifications when cryptocurrency pairs hit a certain price".

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

screenshot

تحميل ملف CRX للإضافة Alerts for Binance

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

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

                        Get notified when a crypto pairing hits a certain price.

Source code available: https://github.com/tberghuis/AlertsForBinance

Feedback welcome. Please submit feedback as a new issue on github https://github.com/tberghuis/AlertsForBinance/issues                    

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

الاسم Alerts for Binance Alerts for Binance
ID gnljjenfhpahfjofemhpjmfdhdjjhedb
عنوان URL الرسمي https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb
الوصف Get notifications when cryptocurrency pairs hit a certain price
حجم الملف 283 KB
عدد التثبيتات 102
النسخة الحالية 0.0.1
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
المطور tberghuis
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get notifications when cryptocurrency pairs hit a certain price",
    "version": "0.0.1",
    "name": "Alerts for Binance",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "storage",
        "https:\/\/api.binance.com\/",
        "notifications"
    ],
    "manifest_version": 2
}