Crypto Price Ticker
Watch price of cryptocurrencies in your toolbar
ما هو Crypto Price Ticker؟
Crypto Price Ticker هو إضافة Chrome تم تطويرها بواسطة Sergei L، والميزة الرئيسية لها هي "Watch price of cryptocurrencies in your toolbar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto Price Ticker
قم بتنزيل ملفات الامتداد Crypto Price Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Supported tickers from Binance, Bitfinex, Coinbase and other exchanges. Setup your pairs in the options. Icons made by srip from www.flaticon.com
معلومات أساسية عن التمديد
الاسم | |
ID | fdoanglfpolkbiecojimldfagdgfonpn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn |
الوصف | Watch price of cryptocurrencies in your toolbar |
حجم الملف | 21.58 KB |
عدد التثبيتات | 823 |
النسخة الحالية | 1.1.7 |
آخر تحديث | 2021-06-21 |
تاريخ النشر | 2020-08-29 |
تقييم | 4.91/5 مجموع تقييمات 23 |
المطور | Sergei L |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Price Ticker", "description": "Watch price of cryptocurrencies in your toolbar", "version": "1.1.7", "author": "srglbnv", "icons": { "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "manifest_version": 2, "permissions": [ "storage" ] } |