BTC Markets Ticker
Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
ما هو BTC Markets Ticker؟
BTC Markets Ticker هو إضافة Chrome تم تطويرها بواسطة sudosammy، والميزة الرئيسية لها هي "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BTC Markets Ticker
قم بتنزيل ملفات الامتداد BTC Markets Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into. If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.
معلومات أساسية عن التمديد
الاسم | BTC Markets Ticker |
ID | cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
الوصف | Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration. |
حجم الملف | 20.94 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 0.10 |
آخر تحديث | 2021-02-14 |
تاريخ النشر | 2020-01-25 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | sudosammy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sudosammy/BTCMarkets-Ticker |
عنوان صفحة المساعدة | https://github.com/sudosammy/BTCMarkets-Ticker |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC Markets Ticker", "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.", "version": "0.10", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/*.btcmarkets.net\/" ] } |