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
- Host: GitHub
- URL: https://github.com/fishjar/chrome-extension-example
- Owner: fishjar
- Created: 2023-03-01T08:20:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T10:07:07.000Z (about 3 years ago)
- Last Synced: 2024-05-28T23:02:41.341Z (about 2 years ago)
- Language: JavaScript
- Size: 536 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```