Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.63 KB

AskOnPage - Chrome Extension

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:

Installation

  1. Download or clone this repository to your local machine.
  2. Open the Chrome browser and navigate to chrome://extensions.
  3. Enable Developer mode by ticking the checkbox in the upper-right corner.
  4. Click on the "Load unpacked" button and select the directory where you cloned or downloaded the repository. Features

Usage

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.

Contributing

We welcome contributions from the community. If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes in your branch.
  4. Submit a pull request.

License

AskOnPage is licensed under the MIT License. See the LICENSE file for more details.