Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 899 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 899 Bytes

LinkedIn TLDR TypeScript Chrome Extension

Setup

This project uses Vite and crxjs to build the extension.

Clone repository

git clone https://github.com/kingsotn/LinkedIn-TLDR.git

Install dependencies

yarn

Build extension

yarn watch

# or

yarn build

Load extension

  1. Navigate to chrome://extensions/
  2. Turn on the "Developer mode" toggle switch in the top right of the window
  3. 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.