/chrome-extension-example

A chrome extension quickly with Create React App

Primary LanguageJavaScript

Chrome Extension Example

## simple
git clone -b master https://github.com/fishjar/chrome-extension-example.git
yarn build

## with Rust Wasm
git clone -b wasm https://github.com/fishjar/chrome-extension-example.git
yarn build:wasm
yarn build

## with Material UI
git clone -b material https://github.com/fishjar/chrome-extension-example.git
yarn build

## with Semantic UI
git clone -b semantic https://github.com/fishjar/chrome-extension-example.git
yarn build