TutorUp - AI Homework & Exam Helper

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

Τι είναι το TutorUp - AI Homework & Exam Helper;

Το TutorUp - AI Homework & Exam Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rezentic, και η κύρια λειτουργία του είναι "Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TutorUp - AI Homework & Exam Helper

Λήψη αρχείων επέκτασης TutorUp - AI Homework & Exam Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TutorUp - AI Homework & Exam Helper TutorUp - AI Homework & Exam Helper
ID fadapffollpaenabliikgkdllhennpdh
Επίσημο URL https://chromewebstore.google.com/detail/tutorup-ai-homework-exam/fadapffollpaenabliikgkdllhennpdh
Περιγραφή Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver
Μέγεθος Αρχείου 446 KB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2024-01-07
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Rezentic
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tutorupes.com
URL της Σελίδας Πολιτικής Απορρήτου https://tutorupes.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}