Last updated 4 months ago
Chrome's native Sidepanel
Create a new directory, cd into it and then run the below command.
npx ChromeKit-Org/cli init sidepanel
You will have 2 directories after you run the above command extension and sidepanel-root.
extension
sidepanel-root
sidepanel-root directory has the react code that will be injected as content script into the web page.
cd sidepanel-root npm run watch