Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
Vad är Ripple coin (XRP) notify?
Ripple coin (XRP) notify är en Chrome-tillägg utvecklad av m4rkux, och dess huvudfunktion är "This extension will help you to track the ripple (XRP) price and notify whenever you want.".
Tilläggsskärmbilder
Ladda ner Ripple coin (XRP) notify-förlängningens CRX-fil
Ladda ner Ripple coin (XRP) notify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
Officiell webbadress | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
Beskrivning | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
Filstorlek | 79.43 KB |
Antal Installationer | 62 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2019-09-20 |
Publiceringsdatum | 2019-09-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | m4rkux |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.linkedin.com/in/marcus-amaral-79673046/ |
Stödda Språk | 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" ] } |