StudyHero

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

Qu'est-ce que StudyHero ?

StudyHero est une extension Chrome développée par Chilled.gg, et sa fonction principale est "Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StudyHero

Téléchargez les fichiers d'extension StudyHero au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom StudyHero StudyHero
ID glcldangjjjlfmkfifemlphoadnpdmal
URL Officiel https://chromewebstore.google.com/detail/studyhero/glcldangjjjlfmkfifemlphoadnpdmal
Description Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.
Taille du Fichier 2.22 MB
Nombre d'Installations 20
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-05-24
Date de Publication 2023-05-24
Développeur Chilled.gg
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://studyhero.ai/
URL de la Page d'Aide https://studyhero.ai/
URL de la Page de Politique de Confidentialité https://www.chilled.gg/blog/privacy-policy
Langues Prises en Charge 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"
    ]
}