https://github.com/retrixuy/booyahmods
Chrome Extension to add Moderator Buttons to Booyah! Chat Messages
https://github.com/retrixuy/booyahmods
Last synced: over 1 year ago
JSON representation
Chrome Extension to add Moderator Buttons to Booyah! Chat Messages
- Host: GitHub
- URL: https://github.com/retrixuy/booyahmods
- Owner: RetrixUY
- License: mit
- Created: 2021-11-07T19:24:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T19:24:08.000Z (over 4 years ago)
- Last Synced: 2025-01-30T09:28:13.324Z (over 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Extension TypeScript Starter

Chrome Extension, TypeScript and Visual Studio Code
## Prerequisites
* [node + npm](https://nodejs.org/) (Current Version)
## Option
* [Visual Studio Code](https://code.visualstudio.com/)
## Includes the following
* TypeScript
* Webpack
* React
* Jest
* Example Code
* Chrome Storage
* Options Version 2
* content script
* count up badge number
* background
## Project Structure
* src/typescript: TypeScript source files
* src/assets: static files
* dist: Chrome Extension directory
* dist/js: Generated JavaScript files
## Setup
```
npm install
```
## Import as Visual Studio Code project
...
## Build
```
npm run build
```
## Build in watch mode
### terminal
```
npm run watch
```
### Visual Studio Code
Run watch mode.
type `Ctrl + Shift + B`
## Load extension to chrome
Load `dist` directory
## Test
`npx jest` or `npm run test`