Chrome extension for hexlet-codebattle
- node + npm
make
- Go to
chrome://extensions/
- Check that you've turned on the "Developer Mode" (the checkbox at the top right)
Usage in develop-environment:
- Select "Load unpacked...".
- Select
dev
folder in the extension root (if it is not there, first do the next step) - Launch the server by running
make develop
in the terminal. The server must be kept running continuously - If you change the js-files, the extension will be updated automatically. To apply changes to the
manifest.json
, the server must be restarted
Install the release version:
- Drag the extension archive from the
dist
folder into the browser window - Accept the installation
Or
- Select "Load unpacked...";
- Select
build
folder in the extension root