Bitcoin Alert

Extension let user set alert for Bitcoin when price is right!

ما هو Bitcoin Alert؟

Bitcoin Alert هو إضافة Chrome تم تطويرها بواسطة vbukhari، والميزة الرئيسية لها هي "Extension let user set alert for Bitcoin when price is right!".

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

screenshot

تحميل ملف CRX للإضافة Bitcoin Alert

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

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

                        Bitcoin Alert is extension for as it's name suggest to alert it's user with Bitcoin price. This extension shows the price, percent change in last 24hrs., and market cap of Bitcoin. 

It's very simple to use. User just need to turn on alert by clicking Set Aler and enter the price the user want to Buy/Sell Bitcoin and that's it. It will sent desktop notification when set price reached!

Updates!
v1.0.1 -> fixed background alert issue!                    

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

الاسم Bitcoin Alert Bitcoin Alert
ID caegcjlajimgnjonpdmjkfemnhjpjkli
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bitcoin-alert/caegcjlajimgnjonpdmjkfemnhjpjkli
الوصف Extension let user set alert for Bitcoin when price is right!
حجم الملف 187 KB
عدد التثبيتات 327
النسخة الحالية 1.0.1
آخر تحديث 2018-01-04
تاريخ النشر 2018-01-04
تقييم 1.00/5 مجموع تقييمات 1
المطور vbukhari
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Alert",
    "short_name": "Bit Alert",
    "version": "1.0.1",
    "description": "Extension let user set alert for Bitcoin when price is right!",
    "icons": {
        "128": "img\/bitcoin_Icon128.png",
        "48": "img\/bitcoin_Icon48.png",
        "16": "img\/bitcoin_Icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/bitcoin_Icon16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}