StudyHero

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

¿Qué es StudyHero?

StudyHero es una extensión de Chrome desarrollada por Chilled.gg, y su función principal es "Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StudyHero

Descarga archivos de extensión StudyHero en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre StudyHero StudyHero
ID glcldangjjjlfmkfifemlphoadnpdmal
URL Oficial https://chromewebstore.google.com/detail/studyhero/glcldangjjjlfmkfifemlphoadnpdmal
Descripción Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.
Tamaño del Archivo 2.22 MB
Cantidad de Instalaciones 20
Versión Actual 1.1.0
Última Actualización 2023-05-24
Fecha de Publicación 2023-05-24
Desarrollador Chilled.gg
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://studyhero.ai/
URL de la Página de Ayuda https://studyhero.ai/
URL de la Página de Política de Privacidad https://www.chilled.gg/blog/privacy-policy
Idiomas Soportados 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"
    ]
}