AskOnPage is a tiny Chrome extension that allows you to ask questions directly on any webpage using small embedding models from transformers.js
How does it work in three steps:
-
Ask complex questions directly on any webpage, think CMD+F search.
-
Get answers highlighted in the text as you would normally, but to these complex answers and not only words that match.
-
Upcoming: Ask more questions about it (uses GPT3.5-turbo)
- Download or clone this repository to your local machine.
- Open the Chrome browser and navigate to chrome://extensions.
- Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the "Load unpacked" button and select the directory where you cloned or downloaded the repository. Features
Once installed, you can use AskOnPage by clicking on the extension icon in the Chrome toolbar. This will open a sidebar where you can ask questions and view answers.
To ask a question about a specific piece of text, simply highlight the text and click the "Ask Question" button that appears.
We welcome contributions from the community. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes in your branch.
- Submit a pull request.
AskOnPage is licensed under the MIT License. See the LICENSE file for more details.