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 LMenu
npm install
npm run build
This will compile the source code using Webpack and output the bundled files into the dist
directory.
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
LMenu
directory. - 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.