LMenu is a Chrome extension that enhances your browsing experience by allowing you to interact with LLM models directly from any webpage. Select any text, and get immediate improvements, translations, or code explanations with a single click.
git clone https://github.com/Xopoko/LMenu.git
cd LMenunpm installnpm run buildThis command attempts to bundle the extension with Webpack. If the Webpack
binary isn't available (for example in environments without network access),
the script will fall back to simply copying the source files into the dist
directory so the build step still succeeds.
Navigate to chrome://extensions/ in your Chrome browser.
Toggle the Developer mode switch in the top right corner of the page.
- Click on the Load unpacked button.
- In the file dialog, navigate to the
LMenudirectory. - Select the directory and click Open.
The extension should now appear in your list of installed extensions.
- Click on the Extensions icon in the Chrome toolbar.
- Find LMenu in the list and click on the Options link.
- In the options page, add your OpenAI API keys, prompts, and preferred languages.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.