Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
ما هو Crypto Prices (Binance)؟
Crypto Prices (Binance) هو إضافة Chrome تم تطويرها بواسطة passbbi، والميزة الرئيسية لها هي "Prices of crypto currencies from Binance.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto Prices (Binance)
قم بتنزيل ملفات الامتداد Crypto Prices (Binance) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
معلومات أساسية عن التمديد
الاسم | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
الوصف | Prices of crypto currencies from Binance.com |
حجم الملف | 24.28 KB |
عدد التثبيتات | 91 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-01-03 |
تاريخ النشر | 2018-01-03 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | passbbi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |