From 36509f291017b521c2315711972a38aaeee3e2bc Mon Sep 17 00:00:00 2001 From: imran1khan <107169527+imran1khan@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:01:30 +0530 Subject: [PATCH] Update README.md --- README.md | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 593f6a2..97803d3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -66,5 +40,3 @@ type `Ctrl + Shift + B` Load `dist` directory -## Test -`npx jest` or `npm run test`