Ethereum Tracker - Euro Price (ETHEUR)
Real-time Ethereum Euro price tracker !
ما هو Ethereum Tracker - Euro Price (ETHEUR)؟
Ethereum Tracker - Euro Price (ETHEUR) هو إضافة Chrome تم تطويرها بواسطة HamsterApps، والميزة الرئيسية لها هي "Real-time Ethereum Euro price tracker !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ethereum Tracker - Euro Price (ETHEUR)
قم بتنزيل ملفات الامتداد Ethereum Tracker - Euro Price (ETHEUR) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Track the Ethereum exchange rate in euros (ETHEUR) in real-time. Features: - See the current rate with only a glance, zero click required, auto-refresh. - Intelligent notifications when huge increase/decrease.
معلومات أساسية عن التمديد
الاسم | Ethereum Tracker - Euro Price (ETHEUR) |
ID | mblpipfoicjgcokcnnmbebnlooldfdjc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc |
الوصف | Real-time Ethereum Euro price tracker ! |
حجم الملف | 18.8 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 0.4 |
آخر تحديث | 2017-05-04 |
تاريخ النشر | 2017-05-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | HamsterApps |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://raphlight.free.fr |
اللغات المدعومة | en,fr |
manifest.json | |
{ "author": "Rapha\u00ebl L\u00e9ger", "background": { "scripts": [ "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "notifications", "https:\/\/api.kraken.com\/0\/public\/Ticker" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |