The extension creates links for quick filtering logs in Kibana.
- run
npm install
to install all required dependencies - run
npm run build
to build extension
The build step will create the distribution
folder, this folder will contain
the generated extension.
- run
npm run watch
to watch for file changes and build continuously - in another terminal, run
npm run start:firefox
for Firefox ornpm run start:chrome
for Chrome.
Built using fregante/browser-extension-template template