Spurhacks hackathon project
- Go to this link: chrome://extensions/
- Enable developer mode in top right corner
- Click "Load Unpacked" button at the top
- Import the spurhacks folder
- The extension should now be available
spurhacks
├─ README.md
├─ manifest.json
├─ session-logs.json
├─ background.js
├─ content.js
├─ imageAssets/
│ └─ testIcon.png
└─ popup/
│ ├─ scripts.js
│ ├─ index.html
│ ├─ styles/
│ │ ├─ main.css
│ │ └─ work.css