CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
ما هو CryptoCurrency Ticker؟
CryptoCurrency Ticker هو إضافة Chrome تم تطويرها بواسطة Daniel، والميزة الرئيسية لها هي "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CryptoCurrency Ticker
قم بتنزيل ملفات الامتداد CryptoCurrency Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
معلومات أساسية عن التمديد
الاسم | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
الوصف | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
حجم الملف | 46.87 KB |
عدد التثبيتات | 226 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-08-18 |
تاريخ النشر | 2017-08-18 |
تقييم | 3.33/5 مجموع تقييمات 6 |
المطور | Daniel |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |