A Chrome extension that uses AI to customize the appearance of any web page.
Note
Bring Your Own API Key (BYOK): Page Magic uses the Anthropic API to do all the magic. You will need to provide your own API key to get started.
Just tell Page Magic what you want to change and it will do it for you.
Add your Anthropic API key to get started, select the model you want to use, and see your API usage cost.
You will need node.js installed to build the extension.
- Clone the repository
- Run npm install to install the dependencies
- Run npm run build to build the extension
- Open Chrome and go to chrome://extensions/
- Enable Developer Mode
- Click "Load unpacked" and select the cloned repository
- You should see Page Magic in the list of extensions
- Click "Options" to configure your settings (you can also do this from the popup)
- In settings, add your Anthropic API key and select the model you want to use
- Click "Save" to save your settings
- Open any web page
- Click the Page Magic extension icon
- Tell Page Magic what you want to change
- Click "Apply" to apply the changes (it may take a few seconds to complete)
Your changes are applied in an additive manner, so you can apply multiple changes to the same page. You can also disable/enable any single change, or delete all changes.
BSD-3-Clause