Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
Wat is Ripple coin (XRP) notify?
Ripple coin (XRP) notify is een Chrome-extensie ontwikkeld door m4rkux, en de belangrijkste functie is "This extension will help you to track the ripple (XRP) price and notify whenever you want.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ripple coin (XRP) notify
Download Ripple coin (XRP) notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
Officiële URL | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
Beschrijving | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
Bestandsgrootte | 79.43 KB |
Aantal Installaties | 62 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2019-09-20 |
Publicatiedatum | 2019-09-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | m4rkux |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.linkedin.com/in/marcus-amaral-79673046/ |
Ondersteunde Talen | 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" ] } |