This project is a Chrome extension built with React and Vite that scans the current tab for links, allows users to select links, and provides options to open selected links, save them to bookmarks, or save them to a specific folder.
- Scan the current tab for links
- Copy link
- Open selected links in new tabs
- Save selected links to bookmarks
- Save selected links to a specific folder in bookmarks
- Create a new folder to save selected links
- React
- Vite
- Chrome Extensions API
- Clone the repository:
git clone https://github.com/CrisChr/link-scanner.git cd link-scanner pnpm install - Build the project:
pnpm build