Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mintplex-labs/anythingllm-extension
Browser extension for AnythingLLM Docker & Desktop application
https://github.com/mintplex-labs/anythingllm-extension
ai ai-assistant ai-browser-extension ai-chatbot anythingllm browser-extension chrome-ai chrome-extension
Last synced: 2 days ago
JSON representation
Browser extension for AnythingLLM Docker & Desktop application
- Host: GitHub
- URL: https://github.com/mintplex-labs/anythingllm-extension
- Owner: Mintplex-Labs
- License: mit
- Created: 2024-08-27T00:43:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:04:37.000Z (4 months ago)
- Last Synced: 2024-12-31T09:32:20.280Z (3 days ago)
- Topics: ai, ai-assistant, ai-browser-extension, ai-chatbot, anythingllm, browser-extension, chrome-ai, chrome-extension
- Language: JavaScript
- Homepage: https://anythingllm.com
- Size: 66.4 KB
- Stars: 74
- Watchers: 4
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnythingLLM Chrome Extension
Seamlessly integrate AnythingLLM into Google Chrome.
Features •
Installation •
Development •
Usage •
Contributing •
License## Features
- 🔗 Connect to your AnythingLLM instance with a simple connection string or automatic browser extension registration
- 📑 Save selected text to AnythingLLM directly from any webpage
- 📄 Upload entire web pages to AnythingLLM for processing
- 🗂️ Embed content into specific workspaces
- 🔄 Automatic logo synchronization with your AnythingLLM instance## Installation
_or_
1. Clone this repository or download the latest release.
2. Open Chrome and navigate to `chrome://extensions`.
3. Enable "Developer mode" in the top right corner.
4. Click "Load unpacked" and select the `dist` folder from this project.## Development
To set up the project for development:
1. Install dependencies:
```
yarn install
```2. Run the development server:
```
yarn dev
```3. To build the extension:
```
yarn build
```The built extension will be in the `dist` folder.
## Usage
1. Click on the AnythingLLM extension icon in your Chrome toolbar.
2. Enter your AnythingLLM browser extension API key to connect to your instance (or create the API key inside AnythingLLM and have it automatically register to the extension).
3. Right-click on selected text or anywhere on a webpage to see AnythingLLM options.
4. Choose to save selected text or the entire page to AnythingLLM.## Contributing
Contributions are welcome! Feel free to submit a PR.
## Acknowledgements
- This extension is designed to work with [AnythingLLM](https://github.com/Mintplex-Labs/anything-llm).
---
Copyright © 2024 [Mintplex Labs](https://github.com/Mintplex-Labs).
This project is [MIT](../LICENSE) licensed.