StudyBuddy

This extension is a small question-answer pair memorizer helper tool.

What is StudyBuddy?

StudyBuddy is a Chrome extension developed by dmgpmertens, and its main feature is "This extension is a small question-answer pair memorizer helper tool.".

Extension Screenshots

screenshot
screenshot
screenshot

Download StudyBuddy Extension CRX File

Download StudyBuddy 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

                        In this extension you can make question-answer pairs which you can test yourself on. There is also a flashcard like option in the reveal button. This is only a first version, there are multiple ideas for expansion.                    

Extension Basic Information

Name StudyBuddy StudyBuddy
ID ppednkkbmekofaomljoilgpnaogkdihl
Official URL https://chromewebstore.google.com/detail/studybuddy/ppednkkbmekofaomljoilgpnaogkdihl
Description This extension is a small question-answer pair memorizer helper tool.
File Size 10.11 KB
Installation Count 23
Current Version 1.0
Last Updated 2019-05-26
Publish Date 2019-05-26
Rating 5.00/5 Total 2 Ratings
Developer dmgpmertens
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StudyBuddy",
    "description": "This extension is a small question-answer pair memorizer helper tool.",
    "icons": {
        "16": "images\/icon_16px.png",
        "48": "images\/icon_48px.png",
        "128": "images\/icon_128px.png"
    },
    "permissions": [
        "alarms"
    ],
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Dani Mertens"
}