Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
什么是Ripple coin (XRP) notify?
Ripple coin (XRP) notify是由m4rkux开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to track the ripple (XRP) price and notify whenever you want.”。
扩展截图
下载Ripple coin (XRP) notify扩展crx文件
下载Ripple coin (XRP) notify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the most efficient Ripple price tracker to use. With a layout clean, you will be aware of all the changes in the price of this coin. P.S.: This plugin uses coinmarketcap API
扩展基本信息
名称 | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
官方URL | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
简介 | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
文件大小 | 79.43 KB |
安装次数 | 62 |
当前版本 | 1.1.1 |
更新时间 | 2019-09-20 |
上架时间 | 2019-09-20 |
评分 | 5.00/5 共3次评分 |
开发者 | m4rkux |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.linkedin.com/in/marcus-amaral-79673046/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ripple coin (XRP) notify", "description": "This extension will help you to track the ripple (XRP) price and notify whenever you want.", "version": "1.1.1", "icons": { "16": "\/assets\/icon16.png", "64": "\/assets\/icon64.png", "128": "\/assets\/icon128.png" }, "web_accessible_resources": [ "\/assets\/positive-sound.mp3", "\/assets\/icon-notification.png", "\/assets\/uparrow.png", "\/assets\/downarrow.png" ], "browser_action": { "default_icon": "\/assets\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "permissions": [ "storage", "notifications" ] } |