This project uses Vite and crxjs to build the extension.
git clone https://github.com/kingsotn/LinkedIn-TLDR.git
yarn
yarn watch
# or
yarn build
- Navigate to chrome://extensions/
- Turn on the "Developer mode" toggle switch in the top right of the window
- Click the "Load unpacked" button in top left of the window
The popup source code is at the root directory.
The content script source code is in the content-script
directory.