Host a Retool app directly in Chome's Sidebar
- Publish to the Chrome Store
Download and install from the Chrome Web Store. (not yet!)- Fill in your instance name.
- Fill in an app name.
- Open the SidePanel by clicking the button
- Profit!
- Check if your Node.js version is >= 18.
- Clone this repository.
- Run
npm install
to install the dependencies. - Run
npm start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
Based off the work in Chrome Extension Boilerplate React Icons created by iconixar - Flaticon