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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |