Skip to content

boka18/vite-react-chrome-extension-example

 
 

Repository files navigation

Vite + React + TS Chrome Extension Example

Build Setup

# install dependencies
$ yarn

# build in dev mode
$ yarn dev

# build for production 
$ yarn build

Testing locally on Chrome

In order to test the package holding the extension in Chrome we need to:

  1. Go to chrome://extensions/ page.
  2. Toggle Developer mode ON.
  3. Select Load Unpacked.
  4. Select the /dist directory.

About

Basic example how to create a Chrome Extension using Vite + Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.5%
  • JavaScript 9.3%
  • HTML 9.1%
  • CSS 6.1%