Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imran1khan committed Jun 18, 2024
1 parent 8ef705b commit 36509f2
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,10 @@
# Chrome Extension TypeScript Starter

![build](https://github.com/chibat/chrome-extension-typescript-starter/workflows/build/badge.svg)
## How to start video

Chrome Extension, TypeScript and Visual Studio Code
[![YouTube Video](https://img.youtube.com/vi/JJwsfd9Ar7U/0.jpg)](https://youtu.be/JJwsfd9Ar7U)

## 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
Clicking on the thumbnail image will take users to the YouTube video.
please watch it before you start.

## Setup

Expand Down Expand Up @@ -66,5 +40,3 @@ type `Ctrl + Shift + B`

Load `dist` directory

## Test
`npx jest` or `npm run test`

0 comments on commit 36509f2

Please sign in to comment.