chrome-extension-starter-kit icon indicating copy to clipboard operation
chrome-extension-starter-kit copied to clipboard

How to run as chrome extension

Open NgKhanh opened this issue 6 years ago • 1 comments

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 ????

NgKhanh avatar Apr 10 '20 13:04 NgKhanh

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

aswin-ideas2it avatar Oct 05 '20 11:10 aswin-ideas2it