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はRezenticによって開発されたChromeの拡張機能で、その主な機能は「Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TutorUp - AI Homework & Exam Helper拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}