just boilerplate code for a chrome extension
- git clone it
- cd webzip
- npm i
- npm run build
- visit chrome://extensions
- load unpacked and select your project folder
after following these steps your extension should pop up in the tabs. check the dev tools to see if it was injected properly!