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是由m4rkux開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you to track the ripple (XRP) price and notify whenever you want.”。
擴展截圖
下載Ripple coin (XRP) notify擴展crx文件
下載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 |
官方網址 | 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" ] } |