Study Buddy

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

What is Study Buddy?

Study Buddy is a Chrome extension developed by benko.mislav, and its main feature is "Chrome extension that generates questions and answers from a webpage to help you study!".

Extension Screenshots

screenshot
screenshot

Download Study Buddy Extension CRX File

Download Study Buddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
Official URL https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
Description Chrome extension that generates questions and answers from a webpage to help you study!
File Size 290 KB
Installation Count 437
Current Version 1.0.0
Last Updated 2024-03-07
Publish Date 2023-03-06
Rating 5.00/5 Total 4 Ratings
Developer benko.mislav
Email [email protected]
Payment Type free
Supported Languages 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
    }
}