TutorUp - AI Homework & Exam Helper

Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver

Was ist TutorUp - AI Homework & Exam Helper?

TutorUp - AI Homework & Exam Helper ist eine Chrome-Erweiterung, die von Rezentic entwickelt wurde, und ihr Hauptmerkmal ist "Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TutorUp - AI Homework & Exam Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie TutorUp - AI Homework & Exam Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        TutorUp uses the latest OCR (Optical Character Recognition) and AI (Artificial Intelligence) technology to quickly and accurately answer any questions you have by simply scanning a question. Say goodbye to wasting time scouring the internet for answers.

📖TutorUp is the perfect study companion for every student, regardless of where they are in their educational journey. Whether you're still in high school, pursuing a degree at college, or immersing yourself in advanced studies at university, this extension has got you covered! Say goodbye to struggling with unanswered questions and hello to a more efficient and rewarding learning experience. With TutorUp's help, you can accelerate your academic progress by accessing instant solutions and gaining a deeper understanding of any subject. Don't let your studies be hindered by hurdles; let TutorUp be your ultimate study buddy and guide towards a path of success!

🤖Not only does our AI answer general questions but high level math questions such as Algebra, differential equations, Geometry and much more! Additionally, it offers steps to get to that particular answer in case one has no clue :P

🖼️Like a photo snipping tool, this allows you to drag to scan a question using your cursor. This will scan questions on any webpage/website online.

👻Operate stealth and avoid detection from bots or proctored test that have recordings or sensors for unusual actions/movements.

Manual Mode: Manually type questions in the search box and get instant answers!

🧑‍🏫Catered explanations: 
Unlock the full potential of your educational exploration! TutorUp provides a bespoke collection of materials tailored to your needs, enabling you to explore the intricacies of your chosen subject in extensive detail. With access to this carefully curated compilation of resources, you can venture beyond conventional learning boundaries and embark on a truly immersive quest for knowledge.

Scan & Display: As part of pro version, the "scan & display section" of the extension reads all of the questions on a particular page and then gives the answers to each of those questions. This is useful in saving time and answering questions to quizzes or exams you may be taking. 

⚠️Warning:  This software is designed exclusively for enhancing students' understanding and should only be used for legitimate educational purposes. Any form of cheating or unethical practices involving this software, such as using it to complete homework, take quizzes, or assist on tests, exams, or any other academic assessments, is strictly prohibited.                    

Grundlegende Informationen zur Erweiterung

Name TutorUp - AI Homework & Exam Helper TutorUp - AI Homework & Exam Helper
ID fadapffollpaenabliikgkdllhennpdh
Offizielle URL https://chromewebstore.google.com/detail/tutorup-ai-homework-exam/fadapffollpaenabliikgkdllhennpdh
Beschreibung Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver
Dateigröße 446 KB
Installationsanzahl 131
Aktuelle Version 1.0.8
Letztes Update 2024-02-17
Veröffentlichungsdatum 2024-01-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Rezentic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tutorupes.com
URL der Datenschutzrichtlinien-Seite https://tutorupes.com/privacy-policy
Unterstützte Sprachen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TutorUp - AI Homework & Exam Helper",
    "version": "1.0.8",
    "description": "Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver",
    "author": "navorite",
    "homepage_url": "https:\/\/github.com\/navorite",
    "action": {
        "default_title": "TutorUp",
        "default_popup": ".\/src\/popup\/index.html",
        "default_icon": {
            "16": ".\/favicons\/16.png",
            "32": ".\/favicons\/32.png",
            "64": ".\/favicons\/64.png"
        }
    },
    "options_ui": {
        "page": ".\/src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/src\/background\/index.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": ".\/favicons\/16.png",
        "32": ".\/favicons\/32.png",
        "48": ".\/favicons\/48.png",
        "64": ".\/favicons\/64.png",
        "96": ".\/favicons\/96.png"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "icons\/scan.svg",
                "icons\/expand.svg",
                "icons\/collapse.svg",
                "icons\/options.svg",
                "icons\/menu.svg",
                "icons\/trash.svg",
                "font\/Inter.woff2",
                "parser\/TeXZilla.min.js",
                "parser\/transform.js",
                "favicons\/32.png"
            ]
        }
    ],
    "commands": {
        "stealth-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q"
            },
            "description": "Scan using keybind and stay invincible"
        }
    },
    "default_locale": "en"
}