TutorUp - AI Homework & Exam Helper

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

Qu'est-ce que TutorUp - AI Homework & Exam Helper ?

TutorUp - AI Homework & Exam Helper est une extension Chrome développée par Rezentic, et sa fonction principale est "Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TutorUp - AI Homework & Exam Helper

Téléchargez les fichiers d'extension TutorUp - AI Homework & Exam Helper 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

                        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.                    

Informations de Base sur l'Extension

Nom TutorUp - AI Homework & Exam Helper TutorUp - AI Homework & Exam Helper
ID fadapffollpaenabliikgkdllhennpdh
URL Officiel 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
Taille du Fichier 446 KB
Nombre d'Installations 131
Version Actuelle 1.0.8
Dernière Mise à Jour 2024-02-17
Date de Publication 2024-01-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Rezentic
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tutorupes.com
URL de la Page de Politique de Confidentialité https://tutorupes.com/privacy-policy
Langues Prises en Charge 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"
}