config/: Webpack configuration for this project.public/: Popup files.manifest.json: Extension configuration.
src/: Source files for the popup, background script, and content script..gitignore: Lists files to be ignored in your Git repo.package.json: Contains project configuration, scripts, and dependencies.
npm run watch- Open chrome://extensions.
- Enable developer mode (top right of page).
- Click "Load unpacked extension" (top left page).
- Select this directory.
To package the source code into static files for the Chrome webstore, execute npm run build.
Refer to github.com/gadhagod/vscode-chrome-extension-developer-tools/blob/master/README.md#commands.