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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |