Study Buddy

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

Co je Study Buddy?

Study Buddy je rozšíření Chrome vyvinuté benko.mislav, a jeho hlavní funkcí je „Chrome extension that generates questions and answers from a webpage to help you study!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Study Buddy

Stáhněte si soubory rozšíření Study Buddy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
Oficiální URL https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
Popis Chrome extension that generates questions and answers from a webpage to help you study!
Velikost souboru 290 KB
Počet instalací 437
Aktuální Verze 1.0.0
Poslední Aktualizace 2024-03-07
Datum Vydání 2023-03-06
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář benko.mislav
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}