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!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Study Buddy

Скачайте файлы расширений Study Buddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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
    }
}