ehdcgihhhigkfepgmgnnoficfpafjmfl
Extract questions from Canvas quizzes and provide AI-powered solutions. ๐ Canvas Helper โ Your AI-Powered Quiz Study Companion Canvas Helper extracts quiz questions directly from Canvas LMS pages and provides detailed AI-generated solutions to help you understand complex problems. โข Smart Question Extraction โ Automatically detects and extracts all quiz questions from Canvas pages, including multiple choice, true/false, and open-ended questions. โข AI-Powered Solutions โ Get step-by-step explanations powered by advanced AI. Understand the reasoning behind each answer, not just the answer itself. โข Image Support โ Works with questions that contain diagrams, charts, graphs, and other visual elements. The AI can analyze and explain image-based problems. โข Beautiful Math Rendering โ Full LaTeX support means mathematical formulas, equations, and scientific notation display perfectly in solutions. โข Side Panel Interface โ Clean, distraction-free sidebar that stays alongside your Canvas quiz. No popups blocking your view. โข Easy Navigation โ Use Previous/Next buttons or arrow keys to quickly move between questions. See your progress with the question counter. โข One-Click Copy โ Copy solutions with rich formatting preserved. Paste into Google Docs, Word, or any text editor. โข Secure Authentication โ Sign in with Google for a personalized, secure experience. 1. Navigate to any Canvas quiz page (*.instructure.com) 2. Click the Canvas Helper icon in your toolbar 3. Sign in with your Google account 4. Questions are automatically extracted 5. Click "Solve with AI" to get detailed explanations 6. Copy solutions or navigate to other questions ๐ PERFECT FOR โข Students studying for exams โข Understanding complex problem-solving steps โข Learning from worked examples โข Reviewing quiz content with explanations โข Works on Canvas LMS pages (*.instructure.com domains) โข Google account required for sign-in Use responsibly and in accordance with your institution's academic integrity policies. Canvas Helper is designed as a learning tool to help you understand material, not to replace genuine learning. Questions or feedback? We'd love to hear from you!
Ask Gene - AI Assistant
Your Ultimate Web AI Assistant. Answers tough questions. Solves problems. Searches smartly. Use it anywhere. ๐๐ Try out the new Notes feature! You may save your AI searches now to Gene Notes! Create new notes and save AI responses to a particular note - that way you can always go back to it as a reference! ๐ Gene is your all-in-one AI assistant powered by GPT-5.5, Claude Opus 4.8, and DeepSeek-V3. Hit Ctrl + Q, and youโre ready to go! Gene helps you search, read, write, translate, and much moreโall in one place. Key Features: ๐ฌ AI Chat โจ Chat with the latest ChatGPT model seamlessly across any webpage. ๐งต Doesn't matter the length of that documentโjust ask away! ๐ Real-Time Data Access ๐ก Get up-to-date information from the web including news, markets, sports, and trending topics in real time. Chat & Summarize ๐ Webpage Summaries: Type "/webpage" to reference page and get concise summaries of long articles without having to read everything. ๐๏ธ Highlight & Learn: Select any text on a webpage, and Gene will answer your questions right away. ๐ PDF Search: Freely open any PDFโwhether online or from your computerโuse "/webpage" or "/pdf" to reference the whole doc, or highlight any text, right-click, and ask Gene! (Note: Make sure "Allow access to file URLs" is turned on before use) ๐ Google Docs Search: Freely open any Google Docs and use highlight or "/webpage" or "/docs" feature! โถ๏ธ Youtube Video Search: Freely open any Youtube video and use "/webpage" or "/video" feature and ask anything on that video! [โยฐ] Screenshot: Click the screenshot button, highlight anything on a webpage, and ask questions on it. This is useful for a picture or chart! It is also great for data analysis! Smart Search ๐ง Search Agent: Ask a question, and Gene will intelligently search the web, review the results, and deliver an accurate answer using multiple keywords. Write with AI ๐ Write Agent: Share a topic, and Gene will create structured outlines with detailed content and references. โ๏ธ Content Assistant: Provide a prompt, and weโll turn it into polished, well-written content for you. Problem Solve โ Math & Code Solutions: Get step-by-step explanations for math problems and solve coding challenges instantly. ๐ป How to Use: ๐น Add Gene to Chrome and pin it to your toolbar. ๐น Press Ctrl+Q to wake up Gene. ๐น Start leveraging the power of AI instantly! ๐ฃ๏ธ Do I need a ChatGPT/OpenAI account? Nope! You donโt need an OpenAI account to use Gene. Get ready to supercharge your productivity with Gene! โก
QuizSolver AI
Solve online quizzes with AI.Capture multiple-choice questions and get correct answers QuizSolver AI is a Google Chrome extension (Manifest V3) designed to help you solve online quizzes and exams using artificial intelligence. It works by visually capturing any multiple-choice question on your screen and sending it to an AI provider of your choice to get the correct answer in seconds. ๐ธ SMART QUESTION CAPTURE โโโโโโโโโโโโโโโโโโโโโโโโโโ โข Activate capture mode with one click and drag to select exactly the area containing the question (crosshair drag). โข The cursor changes to a crosshair while selecting. โข The selection is automatically sent to the configured AI provider. โข The answer appears in a floating popup directly over the page. โข Option to directly download the capture as a PNG image. ๐ง MULTI-AI PROVIDER โโโโโโโโโโโโโโโโโโโโโ Supports four artificial intelligence providers, each with selectable models: Each provider has its own API Key field and selectable model. Direct links to each provider's console to obtain the key and add credits. ๐ฏ CUSTOM PROMPTS โโโโโโโโโโโโโโโโโโ โข Create your own prompts with a title and content for quick reuse. โข Full CRUD system: create, edit, duplicate and delete prompts. โข Select any saved prompt to send it along with the capture. โข Default prompts per provider: configure a different prompt for Gemini, ChatGPT, Venice and Claude independently. ๐ต๏ธ BYPASS SYSTEM (Anti-Detection) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Scripts that neutralize the most common detection and restriction mechanisms on online exam platforms: ๐ Anti-Focus (Canvas LMS): Neutralizes tab-change or focus-loss detection. โข Blocks focus, blur and visibilitychange events. โข Spoofs document.visibilityState = 'visible' and document.hidden = false. โข Ideal for Canvas LMS that pauses the exam when you leave the tab. ๐ฑ๏ธ Anti-Context Menu (Right Click): Restores the right-click context menu on sites that block it. โข Intercepts events in the capturing phase. โข Neutralizes preventDefault() for contextmenu, copy, cut, paste, dragstart. โข Allows text selection and copying on sites that disable it. ๐ง Anti-DevTools (Developer Console): Neutralizes all DevTools detection methods. โข Function.prototype.toString spoofing to hide proxies. โข Fakes outerWidth/outerHeight dimensions to conceal the panel. โข Smooths timing of Date.now() and performance.now() during debugger pauses. โข Removes debugger statements in eval(), Function(), setTimeout, setInterval. โข Neutralizes external detection libraries (devtools-detect, Firebug). ๐ฑ๏ธ Anti-MouseLeave (Cursor Always Present): Makes the site believe the cursor never leaves the window. โข Blocks mouseleave, mouseout, pointerleave, pointerout events only when the cursor leaves the viewport (does not break menus or tooltips). โข document.hasFocus() always returns true. โข Compatible with MutationObserver for dynamically added elements. ๐ PDF GENERATOR (Canvas LMS) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ On Canvas LMS quiz pages (*/courses/*/quizzes/*) a script is automatically activated that generates a complete PDF of the exam with all questions and options for offline review. ๐ CAPTURE HISTORY โโโโโโโโโโโโโโโโโโโ โข Stores all captures with date and time. โข Thumbnails of each capture with preview. โข Button to view the full capture in a new tab (dedicated viewer). โข Download any individual capture as PNG. โข Delete captures individually or clear the entire history. โข Unlimited storage using chrome.storage with IndexedDB. ๐พ EXPORT / IMPORT CONFIGURATION โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โข Export all your settings (API keys, prompts, preferences) to a downloadable JSON file as a backup. โข Import settings from a JSON file to restore or share configuration between devices. ๐ BROWSER CONTEXT MENU โโโโโโโโโโโโโโโโโโโโโโโโ Options accessible by right-clicking on any page to activate extension functions without opening the popup. ๐ MULTI-LANGUAGE SUPPORT โโโโโโโโโโโโโโโโโโโโโโโโโโ The extension is available in 10 languages: Spanish ๐ช๐ธ ยท English ๐ฌ๐ง ยท Portuguese (Brazil) ๐ง๐ท ยท Portuguese (Portugal) ๐ต๐น German ๐ฉ๐ช ยท French ๐ซ๐ท ยท Italian ๐ฎ๐น ยท Japanese ๐ฏ๐ต ยท Norwegian ๐ณ๐ด ยท Swedish ๐ธ๐ช ๐ Main Panel (main) โโโโโโโโโโโโโโโโโโโโโ The popup home screen. From here you can: โข Enable/disable each of the 4 bypasses with switches. โข Select the active AI provider (Gemini / ChatGPT / Venice / Claude). โข Expand each provider panel to enter the API Key, select the desired model and write the session prompt. โข Click "Capture Question" to start area selection. โข Access all other panels from the header buttons. โ๏ธ Prompts Panel (prompts) โโโโโโโโโโโโโโโโโโโโโโโโโโโ Full custom prompts manager: โข Creation form with title field and content textarea. โข Table with all saved prompts. โข Edit โ๏ธ, duplicate ๐ and delete ๐๏ธ buttons per row. โข Prompts are saved in chrome.storage.local persistently. โญ Default Prompts Panel (defaultPrompts) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Allows assigning a different base prompt for each AI provider. The default prompt is sent automatically when no session prompt is selected. ๐ History Panel (historial) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Chronological list of all captures with: โข Thumbnail of the captured image. โข Exact date and time of capture. โข View ๐๏ธ, download โฌ๏ธ and delete ๐๏ธ buttons per capture. โข Button to clear the entire history at once. โข Access to the full Viewer that opens captures in a new tab. ๐ค Export/Import Panel (export) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โข "Download" button โ generates and downloads the config.json file. โข "Import" button โ opens the file picker to load a JSON file. 1. Download or build the extension (npm run build). 2. Open Chrome and go to: chrome://extensions/ 3. Enable "Developer mode" (top right corner). 4. Click "Load unpacked" and select the /dist folder. 5. The QuizSolver AI icon will appear in the toolbar. ๐ Recommended: pin it by clicking the pin ๐ in the extensions manager. โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ STEP 2 โ ๐ Configure your API Key โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 1. Click the extension icon in the Chrome toolbar. โ The Main Panel popup opens. 2. Choose your preferred AI provider using the radio buttons: โ Gemini โ ChatGPT โ Venice โ Claude 3. Click on the provider name to expand its panel. 4. Paste your API Key in the corresponding field. ๐ก Use the "Get API KEY" link to go directly to the provider console if you don't have one yet. 5. Select the model you want to use from the dropdown. 6. (Optional) Write a session prompt or select a saved one. 7. Configuration is saved automatically as you type. 1. Navigate to the exam or quiz on any webpage. 2. Open the extension popup. 3. Click the ๐ท "Capture Question" button. โ The popup closes and the cursor changes to a crosshair โ 4. Click and hold on the top-left corner of the question, drag to include all options and release. โ A selection rectangle is drawn as you drag. 5. On release, the capture is processed and sent to the AI provider. 6. The answer appears in a floating popup over the page! ๐ โ You can also view the capture in history to review it. From the Main Panel, activate switches as needed: โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ ๐ Anti Focus (Canvas LMS) โ โ Enable if the exam is on Canvas LMS and pauses when switching โ โ tabs. Prevents the site from detecting you left the page. โ โ โ โ ๐ฑ๏ธ Unlock context menu โ โ Enable if the site blocked right-click or text selection. โ โ You can copy, paste and use the menu normally. โ โ โ โ ๐ง Unlock developer console โ โ Enable if the site detects and blocks the browser DevTools. โ โ Neutralizes all known detection methods. โ โ โ โ ๐ป Simulate cursor always on site โ โ Enable if the exam pauses or detects when you move the cursor โ โ outside the browser window. โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ ๏ธ Bypasses activate immediately on the current page. Some may require reloading the exam tab (F5). 1. In the popup, click the โ๏ธ "Manage Prompts" icon. 2. Write a short title (e.g. "Concise multiple choice"). 3. Write the full prompt in the textarea. E.g.: "You are an expert. Analyze the image and respond ONLY with the letter of the correct option. No explanations." 4. Click "Save". 5. The prompt will appear in the table and be available for selection in the Main Panel when making a capture. 6. You can duplicate ๐ existing prompts to modify them easily. 1. Open the popup and click the ๐ "Capture History" icon. 2. You'll see a list of all captures with thumbnails and dates. 3. Click ๐๏ธ "View" to open the capture in full screen in a new tab. 4. Click โฌ๏ธ to download the capture as a PNG file. 5. Click ๐๏ธ to delete an individual capture. 6. Use "Clear all" to wipe the entire history. โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ STEP 7 โ ๐พ Export your Configuration โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 1. Open the popup and click โฌ๏ธ "Export / Import". 2. Click "Download" to save all your configuration to a JSON file (API keys, prompts, selected model, etc.). 3. To restore on another device: click "Import" and select the previously downloaded JSON file. ๐ Keep your backup file in a safe place as it contains your API Keys. 1. Navigate to a Canvas LMS quiz: (URL like: https://university.instructure.com/courses/.../quizzes/...) 2. The extension automatically detects the URL and activates the generator. 3. A "Generate PDF" button will appear on the quiz page. 4. Click it to download a PDF with all exam questions and options for offline review. โข activeTab โ Capture screenshot of the active tab. โข tabs โ Create new tabs (capture viewer). โข storage โ Save settings, prompts and history. โข unlimitedStorage โ Store capture history without limits. โข scripting โ Inject bypass scripts into pages. โข contextMenus โ Add options to the browser context menu. โข downloads โ Download PNG captures and generated PDFs. โข host_permissions โ Work on any URL for captures and bypasses. โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ FINAL NOTES โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โข The extension requires a valid API Key with credits from the chosen provider to process captures. โข Captures are processed directly from the browser to the provider's API. They are not sent to any external server. โข The capture history is saved locally in your browser. โข Version: 1.1.2 | Chrome name: QuizSolver AI
Answerly AI โ Canvas Homework & Quiz Solver
AI-powered homework helper with quiz hints, answers, and a screenshot tool for Canvas LMS and other platforms. Answerly AI is your AI-powered quiz assistant that solves Canvas LMS questions instantly โ right on the page, no tab switching needed. AI-Powered Quiz Solver โ Get hints and full answers injected directly inside your Canvas quiz or assignment. Works on any Canvas domain (canvas.asu.edu, canvas.instructure.com, and more). Screenshot Tool โ Snap any area of your screen and get an instant AI answer. Perfect for images, graphs, diagrams, and questions outside the quiz. Stealth Mode โ Discreetly hide all Answerly AI buttons and cards with one click, keeping your screen clean when needed. Multiple Question Types โ Handles multiple choice, checkbox (select all that apply), and free-response questions. Seamless Integration โ Works right inside the webpage so you never need to switch tabs or lose focus. ๐ How It Works Purchase a subscription and receive your activation code via email. Enter your code in the extension to activate. Navigate to your Canvas quiz and activate the Quiz Solver or Screenshot Tool. Get instant AI-powered hints and answers in seconds. ๐ฏ Why Answerly AI? Works on any Canvas LMS domain โ not just instructure.com. No tab switching โ answers appear directly on your quiz page, FOOL PROOF. Stealth mode keeps your workflow smooth and discreet. Powered by Google Gemini AI for fast, accurate answers. Activation code system โ no account or password needed. ๐ณ Subscription $9.99/month โ cancel anytime from the extension menu. Your activation code is emailed instantly after purchase. New code sent automatically each month on renewal. โก Answer smarter. Stay stealthy. Ace your quizzes โ with Answerly AI.
Quietly AI - Study Assistant
Get intelligent hints, step-by-step explanations, and learning support for Canvas quizzes. Quietly AI sees your screen and helps you learn in real time. No copying. No switching tabs. Just instant clarity on whateverโs in front of you. What Quietly Does โข Auto-detects quizzes on Canvas & McGrawHill the moment they load โข Works on text, images, charts, and more โข Breaks down tough questions with clear, step-by-step reasoning โข Gives guided hints when you want direction without the full explanation โข Opens a quick โAsk Quietlyโ button whenever you highlight text Why Students Use It โข Faster understanding with less frustration โข Clean, distraction-free help directly on the page โข Strong support across math, science, business, stats, and technical subjects โข A more efficient way to review material and learn the logic behind problems Key Features โข Real-Time Screen Recognition โข Deep Explanations & Hints โข Image-Based Assistance โข Highlight-to-Ask Mode โข Adaptive learning support across multiple subjects โข Privacy-first design Quietly AI gives you the clarity you need to learn faster and study with confidence.