Study Buddy
Chrome extension that generates questions and answers from a webpage to help you study!
Cos'è Study Buddy?
Study Buddy è un'estensione di Chrome sviluppata da benko.mislav, e la sua funzione principale è "Chrome extension that generates questions and answers from a webpage to help you study!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Study Buddy
Scarica i file di estensione Study Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Study Buddy |
ID | eanalaiahmfkcilogaoggcfdgilbkhmk |
URL Ufficiale | https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk |
Descrizione | Chrome extension that generates questions and answers from a webpage to help you study! |
Dimensione del File | 290 KB |
Conteggio Installazioni | 437 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2024-03-07 |
Data di Pubblicazione | 2023-03-06 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | benko.mislav |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |