StudyBuddy

Need help studying? We've included some tools to make your study time more successful!

What is StudyBuddy?

StudyBuddy is a Chrome extension developed by rgantzos, and its main feature is "Need help studying? We've included some tools to make your study time more successful!".

Extension Screenshots

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

                        StudyBuddy includes some simple yet helpful tools to the perfect study guide! It's hard to keep track of your information, so StudyBuddy stores it all for you!

Paste some important information into the popup and StudyBuddy will hold onto it for you! Right click on a page and add the page to your StudyBuddy and it'll save the page for you as well!

Studying is always easier with a buddy, use StudyBuddy!                    

Extension Basic Information

Name StudyBuddy StudyBuddy
ID mhjokdhifkkapkmomboagcgfnablooof
Official URL https://chromewebstore.google.com/detail/studybuddy/mhjokdhifkkapkmomboagcgfnablooof
Description Need help studying? We've included some tools to make your study time more successful!
File Size 31.47 KB
Installation Count 492
Current Version 1.0.0
Last Updated 2022-08-20
Publish Date 2022-08-20
Rating 1.00/5 Total 1 Ratings
Developer rgantzos
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.scratchtools.app/docs/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudyBuddy",
    "short_name": "StudyBuddy",
    "manifest_version": 3,
    "version": "1.0.0",
    "version_name": "1.0.0",
    "description": "Need help studying? We've included some tools to make your study time more successful!",
    "author": "rgantzos",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "StudyBuddy",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}