Popup
Chrome extension popup.
Install
Create a new directory, cd into it and then run the below command.
npx ChromeKit-Org/cli init popupYou will have 2 directories after you run the above command extension and popup.
popup directory has the react code for the popup.
cd popup
npm run watch
Last updated