Ripple coin (XRP) notify
This extension will help you to track the ripple (XRP) price and notify whenever you want.
O que é Ripple coin (XRP) notify?
Ripple coin (XRP) notify é uma extensão do Chrome desenvolvida por m4rkux, e sua principal característica é "This extension will help you to track the ripple (XRP) price and notify whenever you want.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ripple coin (XRP) notify
Baixe arquivos de extensão Ripple coin (XRP) notify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Ripple coin (XRP) notify |
ID | pmnfjoiniddhhhkfanhjifffgmhdacgp |
URL Oficial | https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp |
Descrição | This extension will help you to track the ripple (XRP) price and notify whenever you want. |
Tamanho do Arquivo | 79.43 KB |
Contagem de Instalações | 62 |
Versão Atual | 1.1.1 |
Última Atualização | 2019-09-20 |
Data de Publicação | 2019-09-20 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | m4rkux |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.linkedin.com/in/marcus-amaral-79673046/ |
Idiomas Suportados | 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" ] } |