TutorUp - AI Homework & Exam Helper

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

What is TutorUp - AI Homework & Exam Helper?

TutorUp - AI Homework & Exam Helper is a Chrome extension developed by Rezentic, and its main feature is "Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download TutorUp - AI Homework & Exam Helper Extension CRX File

Download TutorUp - AI Homework & Exam Helper 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

                        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.                    

Extension Basic Information

Name TutorUp - AI Homework & Exam Helper TutorUp - AI Homework & Exam Helper
ID fadapffollpaenabliikgkdllhennpdh
Official URL https://chromewebstore.google.com/detail/tutorup-ai-homework-exam/fadapffollpaenabliikgkdllhennpdh
Description Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver
File Size 446 KB
Installation Count 131
Current Version 1.0.8
Last Updated 2024-02-17
Publish Date 2024-01-07
Rating 5.00/5 Total 2 Ratings
Developer Rezentic
Email [email protected]
Payment Type free
Extension Website https://tutorupes.com
Privacy Policy Page URL https://tutorupes.com/privacy-policy
Supported Languages 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"
}