Alerts for Binance

Get notifications when cryptocurrency pairs hit a certain price

Apa itu Alerts for Binance?

Alerts for Binance adalah ekstensi Chrome yang dikembangkan oleh tberghuis, dan fitur utamanya adalah "Get notifications when cryptocurrency pairs hit a certain price".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Alerts for Binance

Unduh file ekstensi Alerts for Binance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Alerts for Binance Alerts for Binance
ID gnljjenfhpahfjofemhpjmfdhdjjhedb
URL Resmi https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb
Deskripsi Get notifications when cryptocurrency pairs hit a certain price
Ukuran File 283 KB
Jumlah Instalasi 102
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Pengembang tberghuis
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}