Study Buddy
Chrome extension that generates questions and answers from a webpage to help you study!
Qu'est-ce que Study Buddy ?
Study Buddy est une extension Chrome développée par benko.mislav, et sa fonction principale est "Chrome extension that generates questions and answers from a webpage to help you study!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Study Buddy
Téléchargez les fichiers d'extension Study Buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Study Buddy |
ID | eanalaiahmfkcilogaoggcfdgilbkhmk |
URL Officiel | https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk |
Description | Chrome extension that generates questions and answers from a webpage to help you study! |
Taille du Fichier | 290 KB |
Nombre d'Installations | 437 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2024-03-07 |
Date de Publication | 2023-03-06 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | benko.mislav |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |