Alerts for Binance

Get notifications when cryptocurrency pairs hit a certain price

什么是Alerts for Binance?

Alerts for Binance是由tberghuis开发的Chrome扩展程序,该扩展的主要功能是“Get notifications when cryptocurrency pairs hit a certain price”。

扩展截图

screenshot

下载Alerts for Binance扩展crx文件

下载Alerts for Binance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}