Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
Co je Ripple coin (XRP) notify?
Ripple coin (XRP) notify je rozšíření Chrome vyvinuté m4rkux, a jeho hlavní funkcí je „This extension will help you to track the ripple (XRP) price and notify whenever you want.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ripple coin (XRP) notify
Stáhněte si soubory rozšíření Ripple coin (XRP) notify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
Oficiální URL | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
Popis | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
Velikost souboru | 79.43 KB |
Počet instalací | 62 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2019-09-20 |
Datum Vydání | 2019-09-20 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | m4rkux |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.linkedin.com/in/marcus-amaral-79673046/ |
Podporované Jazyky | 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" ] } |