Quizwiz - Ace Your HW & Exams, Now With AI

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

ما هو Quizwiz - Ace Your HW & Exams, Now With AI؟

Quizwiz - Ace Your HW & Exams, Now With AI هو إضافة Chrome تم تطويرها بواسطة Quizwiz، والميزة الرئيسية لها هي "Ask ChatGPT and rapidly search those last-minute homework and exam questions!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quizwiz - Ace Your HW & Exams, Now With AI

قم بتنزيل ملفات الامتداد Quizwiz - Ace Your HW & Exams, Now With AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Quizwiz - Ace Your HW & Exams, Now With AI Quizwiz - Ace Your HW & Exams, Now With AI
ID cjpmpjddogcacgckmamjhmjlflfjikdh
عنوان URL الرسمي https://chromewebstore.google.com/detail/quizwiz-ace-your-hw-exams/cjpmpjddogcacgckmamjhmjlflfjikdh
الوصف Ask ChatGPT and rapidly search those last-minute homework and exam questions!
حجم الملف 1.19 MB
عدد التثبيتات 14,522
النسخة الحالية 2.0.10
آخر تحديث 2024-02-19
تاريخ النشر 2020-06-08
تقييم 3.25/5 مجموع تقييمات 28
المطور Quizwiz
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://quizwizapp.com
عنوان صفحة المساعدة https://quizwizapp.com/contact
عنوان صفحة سياسة الخصوصية https://quizwizapp.com/privacy
اللغات المدعومة 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
}