Questify is a browser extension that simplifies the process of answering questions. By leveraging the Groq API, it allows users to quickly analyze highlighted questions and retrieve accurate answers, making knowledge acquisition effortless.
- Quick Answer Retrieval: Highlight a question and get instant answers.
- Multiple Choice Support: Works seamlessly with multiple-choice questions.
- Definition Lookup: Provides clear definitions for single-word queries.
- User-Friendly Interface: Simple and intuitive design for easy navigation.
- Keyboard Shortcut: Use z" to automatically answer the highlighted task.
- Stealth: The answer is hard too see making it easy to use it. (the answer will appear in the bottom left corner)
- Clone the repository:
git clone https://github.com/xtofuub/Solveify.git
- Extract the ZIP
- Load the extension in your browser:
- For Chrome: Go to
chrome://extensions/
, enable "Developer mode", and click "Load unpacked". Select the project directory. - For Firefox: Go to
about:debugging#/runtime/this-firefox
, click "Load Temporary Add-on", and select themanifest.json
file.
- For Chrome: Go to
- Highlight a question or word on any webpage.
- Right-click and select "Get answer to this question".
- Questify will analyze the text and display the answer.
- It also has a built in shortcut using "z" to automatically answer the task
- The answer will appear at the bottom left corner that is bearly visible so the teacher cannot see.
Follow these steps to generate your Groq API key:
- Visit the Groq API Keys Page: Go to Groq API Keys.
- Log In: Enter your credentials to access your Groq account. Sign up if you don’t have an account.
- Access the API Keys Section: Navigate to the API Keys section in the menu.
- Create a New API Key: Click on the Create API Key button and provide a descriptive name for your key.
- Generate the Key: Click the button to generate the API key.
- Copy Your API Key: Make sure to copy and store your API key securely.
- Manage Your API Keys: View and manage your existing API keys in the API Keys section.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or features.
This project is licensed under the MIT License. See the LICENSE file for details.
- Groq API for providing the question-answering capabilities.
- Inspiration from various browser extensions that enhance user experience.
Feel free to customize any sections to better fit your project’s specifics!