Questify is a browser extension that simplifies the process of answering questions. By leveraging the Gemini 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 to see, making it easy to use discreetly (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.jsonfile.
- 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, barely visible so others cannot notice.
Follow these steps to generate your Gemini API key:
- Visit the Gemini API Console: Go to Google AI Studio.
- Log In: Use your Google account to sign in.
- Create a New API Key: Click on Create API Key and choose the project to link it to.
- Copy Your API Key: Make sure to copy and store your key securely.
- Manage Your API Keys: You can view, revoke, or regenerate API keys in the console anytime.
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.
- Gemini API for providing the question-answering capabilities.
- Inspiration from various browser extensions that enhance user experience.
