StudyHero

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

什麼是StudyHero?

StudyHero是由Chilled.gg開發的Chrome擴展程式,該擴展的主要功能是“Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載StudyHero擴展crx文件

下載StudyHero擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 StudyHero StudyHero
ID ofgblfeknbcgjoendjclpcieopegnggn
官方網址 https://chromewebstore.google.com/detail/studyhero/ofgblfeknbcgjoendjclpcieopegnggn
簡介 Take your education into your hands for modern students & academics. Never scramble for notes and stress for exams again.
檔案大小 2.43 MB
安裝次數 2,198
目前版本 1.1.0
更新時間 2023-05-24
上架時間 2023-05-23
評分 3.00/5 共 6 次評分
開發者 Chilled.gg
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.studyhero.ai/
說明頁面URL https://docs.studyhero.ai
隱私政策頁面URL https://www.chilled.gg/blog/privacy-policy
支援的語言 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"
    ]
}