config/: Webpack configuration for this project.public/: Popup files.manifest.json: Extension configuration.
src/: Source files for the popup, background scripts, and content scripts..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.
Execute npm run release.
Refer to the Chrome developer documentation to get started.
Refer to github.com/gadhagod/vscode-chrome-extension-developer-tools/blob/master/README.md#commands.