Study Buddy

Chrome extension that generates questions and answers from a webpage to help you study!

Co to jest Study Buddy?

Study Buddy to rozszerzenie Chrome opracowane przez benko.mislav, a jego główną funkcją jest „Chrome extension that generates questions and answers from a webpage to help you study!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Study Buddy

Pobierz pliki rozszerzeń Study Buddy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
Oficjalny URL https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
Opis Chrome extension that generates questions and answers from a webpage to help you study!
Rozmiar pliku 290 KB
Liczba instalacji 437
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2024-03-07
Data Publikacji 2023-03-06
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper benko.mislav
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
    }
}