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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον m4rkux, και η κύρια λειτουργία του είναι "This extension will help you to track the ripple (XRP) price and notify whenever you want.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ripple coin (XRP) notify
Λήψη αρχείων επέκτασης 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" ] } |