Crypto Tab
Replace the New Tab page with Bitcoin price chart
ما هو Crypto Tab؟
Crypto Tab هو إضافة Chrome تم تطويرها بواسطة Dev Labs، والميزة الرئيسية لها هي "Replace the New Tab page with Bitcoin price chart".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto Tab
قم بتنزيل ملفات الامتداد Crypto Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
New Tab replacement page that instantly gives you information about the Bitcoin price. Choose a period (hour, day, week, year) and be always up to date with the Bitcoin volatility index.
معلومات أساسية عن التمديد
الاسم | Crypto Tab |
ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
الوصف | Replace the New Tab page with Bitcoin price chart |
حجم الملف | 109 KB |
عدد التثبيتات | 8,740 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2018-01-18 |
تاريخ النشر | 2018-01-18 |
تقييم | 4.60/5 مجموع تقييمات 134 |
المطور | Dev Labs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://crypto-tab.com |
عنوان صفحة المساعدة | https://github.com/superKalo/crypto-tab |
عنوان صفحة سياسة الخصوصية | https://privacy.devlabs.bg |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Tab", "description": "Replace the New Tab page with Bitcoin price chart", "version": "1.0.4", "icons": { "16": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "permissions": [ "https:\/\/bitcoin-price-api.devlabs-projects.info\/**\/*", "https:\/\/api.crypto-tab.com\/**\/*", "storage" ] } |