Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
ما هو Cryptocurrency Price Ticker؟
Cryptocurrency Price Ticker هو إضافة Chrome تم تطويرها بواسطة https://virtual-money.xyz، والميزة الرئيسية لها هي "This Chrome extension that can check the price of Cryptocurrency.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cryptocurrency Price Ticker
قم بتنزيل ملفات الامتداد Cryptocurrency Price Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: - Check the Cryptocurrency Price. - Using poloniex API. - select the currency to display. Currency: - BTC - ETH - ETC - XMR - REP - XRP - ZEC - LTC - DASH
معلومات أساسية عن التمديد
الاسم | Cryptocurrency Price Ticker |
ID | ignpmignipmepahdookedpilckoeclob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
الوصف | This Chrome extension that can check the price of Cryptocurrency. |
حجم الملف | 293 KB |
عدد التثبيتات | 206 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2017-06-19 |
تاريخ النشر | 2017-06-19 |
تقييم | 3.80/5 مجموع تقييمات 5 |
المطور | https://virtual-money.xyz |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Price Ticker", "version": "1.1.1", "description": "This Chrome extension that can check the price of Cryptocurrency.", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "options_page": "options.html", "permissions": [ "storage", "https:\/\/poloniex.com\/public*" ], "icons": { "128": "icon.png" } } |