How to make Chrome extension with Nextjs 13
Issue #940
We can develop Nextjs 13 apps and export it to a Chrome extension.
Start by init the project
npx create-next-app@latest
Here is the project structure with app router and not using src
directory. I put an extension
to the root of the …
Written by