Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
Qu'est-ce que Ripple coin (XRP) notify ?
Ripple coin (XRP) notify est une extension Chrome développée par m4rkux, et sa fonction principale est "This extension will help you to track the ripple (XRP) price and notify whenever you want.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ripple coin (XRP) notify
Téléchargez les fichiers d'extension Ripple coin (XRP) notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
URL Officiel | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
Description | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
Taille du Fichier | 79.43 KB |
Nombre d'Installations | 62 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2019-09-20 |
Date de Publication | 2019-09-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | m4rkux |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.linkedin.com/in/marcus-amaral-79673046/ |
Langues Prises en Charge | 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" ] } |