Get the Chrome extension at Chrome Web Store!
TLDR turbocharges your web browsing experience
- AI-powered web page summarization
Make sure you have Node.js (version 18+ or 20+) installed on your machine.
-
Install the dependencies:
pnpm install
To start the development server:
pnpm run dev
This will start the Vite development server and open your default browser.
To create a production build:
pnpm run build
This will generate the build files in the build
directory.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" using the toggle switch in the top right corner.
- Click "Load unpacked" and select the
build
directory.
Your React app should now be loaded as a Chrome extension!
public/
: Contains static files and themanifest.json
.src/
: Contains the React app source code.vite.config.ts
: Vite configuration file.tsconfig.json
: TypeScript configuration file.package.json
: Contains the project dependencies and scripts.