{"id":15808789,"url":"https://github.com/mintplex-labs/anythingllm-extension","last_synced_at":"2025-10-31T13:29:26.563Z","repository":{"id":254932495,"uuid":"848006828","full_name":"Mintplex-Labs/anythingllm-extension","owner":"Mintplex-Labs","description":"Browser extension for AnythingLLM Docker \u0026 Desktop application","archived":false,"fork":false,"pushed_at":"2024-09-12T20:04:37.000Z","size":68,"stargazers_count":103,"open_issues_count":1,"forks_count":49,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-10T14:51:24.990Z","etag":null,"topics":["ai","ai-assistant","ai-browser-extension","ai-chatbot","anythingllm","browser-extension","chrome-ai","chrome-extension"],"latest_commit_sha":null,"homepage":"https://anythingllm.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mintplex-Labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-27T00:43:18.000Z","updated_at":"2025-03-09T15:32:58.000Z","dependencies_parsed_at":"2024-10-26T09:09:22.611Z","dependency_job_id":"78e65d2b-a080-40ae-a570-dae0d0f08ecf","html_url":"https://github.com/Mintplex-Labs/anythingllm-extension","commit_stats":null,"previous_names":["timothycarambat/anythingllm-extension"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintplex-Labs%2Fanythingllm-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintplex-Labs%2Fanythingllm-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintplex-Labs%2Fanythingllm-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mintplex-Labs%2Fanythingllm-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mintplex-Labs","download_url":"https://codeload.github.com/Mintplex-Labs/anythingllm-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243606859,"owners_count":20318314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-assistant","ai-browser-extension","ai-chatbot","anythingllm","browser-extension","chrome-ai","chrome-extension"],"created_at":"2024-10-05T03:06:55.020Z","updated_at":"2025-10-31T13:29:26.502Z","avatar_url":"https://github.com/Mintplex-Labs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnythingLLM Chrome Extension\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"src/media/anything-llm.png\" alt=\"AnythingLLM Chrome Extension logo\" width=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Seamlessly integrate AnythingLLM into Google Chrome.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#development\"\u003eDevelopment\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- 🔗 Connect to your AnythingLLM instance with a simple connection string or automatic browser extension registration\n- 📑 Save selected text to AnythingLLM directly from any webpage\n- 📄 Upload entire web pages to AnythingLLM for processing\n- 🗂️ Embed content into specific workspaces\n- 🔄 Automatic logo synchronization with your AnythingLLM instance\n\n## Installation\n\n\u003ca href=\"https://chromewebstore.google.com/detail/anythingllm-browser-compa/pncmdlebcopjodenlllcomedphdmeogm\"\u003e\n  \u003cimg src=\"https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/iNEddTyWiMfLSwFD6qGq.png\" alt=\"Chrome Extension\" width=\"200\"\u003e\n\u003c/a\u003e\n\n_or_\n\n1. Clone this repository or download the latest release.\n2. Open Chrome and navigate to `chrome://extensions`.\n3. Enable \"Developer mode\" in the top right corner.\n4. Click \"Load unpacked\" and select the `dist` folder from this project.\n\n## Development\n\nTo set up the project for development:\n\n1. Install dependencies:\n\n   ```\n   yarn install\n   ```\n\n2. Run the development server:\n\n   ```\n   yarn dev\n   ```\n\n3. To build the extension:\n   ```\n   yarn build\n   ```\n\nThe built extension will be in the `dist` folder.\n\n## Usage\n\n1. Click on the AnythingLLM extension icon in your Chrome toolbar.\n2. 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).\n3. Right-click on selected text or anywhere on a webpage to see AnythingLLM options.\n4. Choose to save selected text or the entire page to AnythingLLM.\n\n## Contributing\n\nContributions are welcome! Feel free to submit a PR.\n\n## Acknowledgements\n\n- This extension is designed to work with [AnythingLLM](https://github.com/Mintplex-Labs/anything-llm).\n\n---\n\nCopyright © 2024 [Mintplex Labs](https://github.com/Mintplex-Labs). \u003cbr /\u003e\nThis project is [MIT](../LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintplex-labs%2Fanythingllm-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmintplex-labs%2Fanythingllm-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmintplex-labs%2Fanythingllm-extension/lists"}