BTC Ticker | Bitcoin Ticker
Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.
ما هو BTC Ticker | Bitcoin Ticker؟
BTC Ticker | Bitcoin Ticker هو إضافة Chrome تم تطويرها بواسطة Betonimig، والميزة الرئيسية لها هي "Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BTC Ticker | Bitcoin Ticker
قم بتنزيل ملفات الامتداد BTC Ticker | Bitcoin Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bitcoin and Token exchange price ticker extension. Supported markets/exchanges: Binance, Bitfinex, Bittrex, CoinbasePro, Kraken and others ... Alerts for when the ticker price between last value exceeds some user defined threshold. Supported pairs: ETH/BTC, BTC/USD, BTC/EUR, BTC/GBP, BTC/JPY and lot of currencies.
معلومات أساسية عن التمديد
الاسم | BTC Ticker | Bitcoin Ticker |
ID | gidpkdpdnngpfohekcfkfjbkieeihekj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/btc-ticker-bitcoin-ticker/gidpkdpdnngpfohekcfkfjbkieeihekj |
الوصف | Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications. |
حجم الملف | 248 KB |
عدد التثبيتات | 4,000 |
النسخة الحالية | 1.4.0.1 |
آخر تحديث | 2021-12-22 |
تاريخ النشر | 2019-10-28 |
تقييم | 3.90/5 مجموع تقييمات 52 |
المطور | Betonimig |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "BTC Ticker", "description": "__MSG_desc__", "default_locale": "en", "options_page": "options.html", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup.html", "default_title": "Click to update price now" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d33t3vvu2t2yu5.cloudfront.net\/tv.js; object-src 'self';", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "permissions": [ "notifications", "http:\/\/allcrypto.info\/*" ], "version": "1.4.0.1" } |