Study Buddy

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

Wat is Study Buddy?

Study Buddy is een Chrome-extensie ontwikkeld door benko.mislav, en de belangrijkste functie is "Chrome extension that generates questions and answers from a webpage to help you study!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Study Buddy

Download Study Buddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
Officiële URL https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
Beschrijving Chrome extension that generates questions and answers from a webpage to help you study!
Bestandsgrootte 290 KB
Aantal Installaties 437
Huidige Versie 1.0.0
Laatst Bijgewerkt 2024-03-07
Publicatiedatum 2023-03-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar benko.mislav
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}