Study Buddy
Chrome extension that generates questions and answers from a webpage to help you study!
ما هو Study Buddy؟
Study Buddy هو إضافة Chrome تم تطويرها بواسطة benko.mislav، والميزة الرئيسية لها هي "Chrome extension that generates questions and answers from a webpage to help you study!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Study Buddy
قم بتنزيل ملفات الامتداد Study Buddy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is designed to make it easier for users to learn and understand the content they are reading. By generating questions and answers, users can test their knowledge, reinforce key concepts, and gain a deeper understanding of the material.
معلومات أساسية عن التمديد
الاسم | Study Buddy |
ID | eanalaiahmfkcilogaoggcfdgilbkhmk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk |
الوصف | Chrome extension that generates questions and answers from a webpage to help you study! |
حجم الملف | 290 KB |
عدد التثبيتات | 437 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2024-03-07 |
تاريخ النشر | 2023-03-06 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | benko.mislav |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Study Buddy", "version": "1.0.0", "description": "Chrome extension that generates questions and answers from a webpage to help you study!", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true } } |