Crypto Ticker
A lightweight extension to keep track of cryptocurrency prices.
ما هو Crypto Ticker؟
Crypto Ticker هو إضافة Chrome تم تطويرها بواسطة Xtrendence، والميزة الرئيسية لها هي "A lightweight extension to keep track of cryptocurrency prices.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto Ticker
قم بتنزيل ملفات الامتداد Crypto Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Developer: https://github.com/Xtrendence GitHub: https://github.com/Xtrendence/Chrome-Crypto-Ticker What is Crypto Ticker? Crypto Ticker is a very lightweight Chrome extension that allows you to keep track of cryptocurrency prices. It is fully open-source and doesn't collect any user data. How do I use it? Install it from the Chrome Web Store, click on the extension icon on your toolbar (or in the dropdown extensions menu), enter a coin's symbol or CoinGecko ID, and click on the "Add" button. Some coins may have the same symbol on CoinGecko's API, in which case you'll have to enter the coin's full name or its CoinGecko ID. For example, BAT has the ID "basic-attention-token" as seen in its URL: https://www.coingecko.com/en/coins/basic-attention-token
معلومات أساسية عن التمديد
الاسم | Crypto Ticker |
ID | cbmbekgaigkkhplhnmmaloiklobjdeba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba |
الوصف | A lightweight extension to keep track of cryptocurrency prices. |
حجم الملف | 347 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-08 |
تاريخ النشر | 2022-01-08 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | Xtrendence |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://xtrendence.dev |
عنوان صفحة المساعدة | https://github.com/Xtrendence/Chrome-Crypto-Ticker |
عنوان صفحة سياسة الخصوصية | https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Ticker", "description": "A lightweight extension to keep track of cryptocurrency prices.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "src\/assets\/img\/Icon-16.png", "32": "src\/assets\/img\/Icon-32.png", "48": "src\/assets\/img\/Icon-48.png", "128": "src\/assets\/img\/Icon-128.png" } }, "icons": { "16": "src\/assets\/img\/Icon-16.png", "32": "src\/assets\/img\/Icon-32.png", "48": "src\/assets\/img\/Icon-48.png", "128": "src\/assets\/img\/Icon-128.png" }, "permissions": [ "storage" ] } |