StudyHero

Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.

What is StudyHero?

StudyHero is a Chrome extension developed by Chilled.gg, and its main feature is "Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download StudyHero Extension CRX File

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

                        Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again. Unlike any tool you’ve used before. Spend more time doing the things you love and less time stressin’.


Use the power of AI to learn like never before. Get answers & learn the material with StudyHero's full reasoning and answer solving technology.

Instant Answers : Get A.I. Answers with a click of a button
Full Reasoning: Want to learn the material? our AI provides the full reasoning as to why that answer is correct!
100% Undetectable: Need to keep a low profile? Ace your assignments without a worry!

StudyHero Notebook 
Jot down notes in a blink of an eye. Easily pull them back up or tuck them away without shifting your focus from your coursework.

Everybody loves multiple attempts! Create a map of your previous attempts to improve on your understanding of the material on the next.

Universal Compatibility
Works with a multitude of LMS platforms including: Canvas, Blackboard, MGConnect, Acellus, Brightspace, Castle Learning, Edgenuity, Edmentum, Halo Learn, Mindtap, Moodle, Pearson MyLab, zyBooks, Apex Learning Kuiper, Schoology, Hawkes Learning, PennFoster College                    

Extension Basic Information

Name StudyHero StudyHero
ID ofgblfeknbcgjoendjclpcieopegnggn
Official URL https://chromewebstore.google.com/detail/studyhero/ofgblfeknbcgjoendjclpcieopegnggn
Description Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.
File Size 2.43 MB
Installation Count 2,198
Current Version 1.1.0
Last Updated 2023-05-24
Publish Date 2023-05-23
Rating 3.00/5 Total 6 Ratings
Developer Chilled.gg
Email [email protected]
Payment Type free
Extension Website https://www.studyhero.ai/
Help Page URL https://docs.studyhero.ai
Privacy Policy Page URL https://www.chilled.gg/blog/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StudyHero",
    "description": "Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.",
    "version": "1.1.0",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ]
}