Quizwiz - Ace Your HW & Exams, Now With AI

Ask ChatGPT and rapidly search those last-minute homework and exam questions!

What is Quizwiz - Ace Your HW & Exams, Now With AI?

Quizwiz - Ace Your HW & Exams, Now With AI is a Chrome extension developed by Quizwiz, and its main feature is "Ask ChatGPT and rapidly search those last-minute homework and exam questions!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Quizwiz - Ace Your HW & Exams, Now With AI Extension CRX File

Download Quizwiz - Ace Your HW & Exams, Now With AI 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

                        Updates
v2.0.0:
    • 🔥🆕 Massive upgrade to the extension 🆕🔥
    • ChatGPT AI so you can ask more nuanced questions! 🤖
    • Enhanced rapid fire mode → search 100+ questions at once⚡
    • Hugely improved search algorithm to find every answer out there🔍
    • Pin the extension popup on the page, no more going back and forth between your homework and the extension 💪
    • Dark mode so you can save your eyes during those late-night study sessions🌙
    • Parallel searching for when you're under a time crunch!⏱️
    • 🪄Rebrand from Quizlit to Quizwiz🪄
v2.0.2: Fixed bug with popup not opening
v2.0.3: Fixed searching due to external changes :)
v2.0.4: Update to prepare for advanced searching + enhanced AI coming soon. Also added status updates directly in extension and our affiliate program link! 🚀
v2.0.7: Make searching better + fix highlight-search and AI :)
v2.0.9: Fuzzy search now has our NEW Confidence Level to maximize answers 🔥

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

Hey there! 👋

Quizwiz is an extension to help you snag those last-minute homework and exam questions..

We've got loads of features included to make your assignments easy as 🥧!

★ Manual mode:
• Highlight a question on the page, right-click, and press Search.
or
• Type / copy-paste your question into the search box.

★ Rapid Fire mode:
Click (⚡).
    • If the CSS selector option isn't filled, you'll be prompted to click a question on the page.
    • Otherwise, the specified CSS selector will be used.
This mode will get all questions on the page and search them!

★ Ask the AI:
After searching a question, you'll have the option to get more advanced, nuanced answers with the help of modern AI. Click the button labeled "Ask the AI, powered by ChatGPT" and watch the magic unfold.

★ Open popup!
If this button is clicked, the popup will appear on your current page with ability to search questions and see answers directly without needing to click the extension.

★ Options:
Clear list: If enabled, will clear answer list before each search.

Show bubbles: If enabled, will show search button next to each question on page (make sure the CSS selector option is filled).

CSS selector: Click the target to select a question on the page or type the CSS selector of a question.

Search style:
    • Most answers, but slower: gets all possible answers, but is the slowest.
    • More answers, mid speed: a good balance between # of answers and speed.
    • Fewer answers, but fastest: gets the fewest answers, but is the fastest.

Match style: Will match questions where your question:
    • Equal: exactly equals questions found.
    • Substring: is contained within questions found.
    • Superstring: contains questions found.
    • Fuzzy: is somewhat like questions found.

Results limit: Specifies max number of flashcard sets to search.

★ Extras:
Omnibox: You can also search for questions using the omnibox in the address bar. Type quizwiz, then press space or tab, and finally type / copy-paste your question!

Keybinds: Want to go even faster? Built-in keybinds let you rapidly open the extension popup or search a question! Change keybinds by navigating to chrome://extensions/shortcuts. Default keybinds are:
    • Activate the extension: Ctrl+Q
    • Search highlighted question: Ctrl+Shift+Q

Legal

This software is intended strictly for use as a study tool to aid student comprehension. It is strictly disallowed to use this software as a tool to facilitate cheating of any kind whatsoever on materials including but not limited to homework, quizzes, tests, exams, and alike.                    

Extension Basic Information

Name Quizwiz - Ace Your HW & Exams, Now With AI Quizwiz - Ace Your HW & Exams, Now With AI
ID cjpmpjddogcacgckmamjhmjlflfjikdh
Official URL https://chromewebstore.google.com/detail/quizwiz-ace-your-hw-exams/cjpmpjddogcacgckmamjhmjlflfjikdh
Description Ask ChatGPT and rapidly search those last-minute homework and exam questions!
File Size 1.19 MB
Installation Count 14,522
Current Version 2.0.10
Last Updated 2024-02-19
Publish Date 2020-06-08
Rating 3.25/5 Total 28 Ratings
Developer Quizwiz
Email [email protected]
Payment Type in_app
Extension Website https://quizwizapp.com
Help Page URL https://quizwizapp.com/contact
Privacy Policy Page URL https://quizwizapp.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizwiz - Ace Your HW & Exams, Now With AI",
    "short_name": "Quizwiz",
    "author": "Quizwiz",
    "version": "2.0.10",
    "description": "Ask ChatGPT and rapidly search those last-minute homework and exam questions!",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon96_128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "cookies",
        "identity",
        "identity.email",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        },
        "search": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q"
            },
            "description": "Search highlighted question"
        }
    },
    "omnibox": {
        "keyword": "quizwiz"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/icon.svg",
                "static\/media\/*.woff",
                "static\/media\/*.woff2",
                "static\/media\/icon.*.svg",
                "index.html",
                "static\/js\/*.js",
                "static\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}