An open API service indexing awesome lists of open source software.

https://github.com/fishjar/chrome-extension-example

A chrome extension quickly with Create React App
https://github.com/fishjar/chrome-extension-example

Last synced: 4 months ago
JSON representation

A chrome extension quickly with Create React App

Awesome Lists containing this project

README

          

# Chrome Extension Example

- [Developing Extensions for Chrome](https://developer.chrome.com/docs/extensions/mv3/)
- [Create React App](https://github.com/facebook/create-react-app)
- [React App Rewired](https://github.com/timarney/react-app-rewired)

```sh
## 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
```