Installation
Page Assist is available for all major browsers. Choose your preferred installation method below.Install from browser stores
The easiest way to install Page Assist is directly from your browser’s extension store.- Chrome
- Firefox
- Edge
Install Page Assist from the Chrome Web Store:
- Visit the Chrome Web Store page
- Click Add to Chrome
- Confirm by clicking Add extension in the popup
Chrome installation also works for other Chromium-based browsers like Brave and Vivaldi.
Install from source
Build and install Page Assist from source to get the latest features or contribute to development.Prerequisites
Before building from source, you need:- Bun - A fast JavaScript runtime and package manager (Installation guide)
- AI Provider - At least one of:
If you encounter issues with Bun, you can use
npm as an alternative.Build steps
Build the extension
build directory.You can also build for a specific browser:Load the extension in your browser
- Chrome/Edge
- Firefox
- Open the Extension Management page:
- Chrome: Navigate to
chrome://extensions - Edge: Navigate to
edge://extensions
- Chrome: Navigate to
- Enable Developer Mode by clicking the toggle in the top right
- Click Load unpacked
- Select the
build/chrome-mv3directory (orbuild/edge-mv3for Edge)