hk-skit / chrome-extension-starter-kit

A starter kit for developing chrome extensions with React.
https://smellycode.com/chrome-extension-live-reloading-with-react/
120 stars 17 forks source link

How to run as chrome extension #3

Open NgKhanh opened 4 years ago

NgKhanh commented 4 years ago

After run npm install and npm start. App run on http://localhost:3000/ Now, how to run as chrome extension. Where do I load unpacked ? root directory or public directory. Both fail to load. Should I edit or move manifest.json, or do somethings else ????

aswin-ideas2it commented 3 years ago

@NgKhanh After installing the packages, run npm run watch. You can find a folder named "build". Load that into chrome extension.