This Chrome extension allows users to create, manage, and execute AI-generated user scripts for web page customization.
- Clone this repository or download the source code.
- Run
npm install
to install the dependencies. - Run
npm run build
to build the extension. - Open Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the
dist
folder created by the build process.
- Click on the extension icon in the Chrome toolbar to open the popup.
- Use the "New Script" button to create a new script.
- Enter a name, URL pattern, and description for your script.
- The AI will generate a script based on your description.
- You can edit, enable/disable, or delete scripts from the popup.
- Open the options page to configure AI settings.
- Run
npm run dev
to start the development mode with hot reloading. - Make changes to the files in the
src
folder. - The extension will be automatically rebuilt when changes are detected.
This project is licensed under the MIT License.