File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ This extension is a Chrome extension that allows you to download YouTube transcr
44
55## Installation
66
7- - Download the extension from the [ Chrome Web Store] ( https://chrome.google.com/webstore/detail/youtube-transcripts/ojhcejcbhngchmohlpkddhbcbhmgcjop ) .
8- - Open the extension in Chrome.
9- - Click the "Add to Chrome" button.
7+ - Download this project
8+ - Execute ` pnpm install ` and ` pnpm run build ` or ` npm install && npm run build `
9+ - Open Chrome and go to ` chrome://extensions `
10+ - Enable ` Developer mode `
11+ - Click on ` Load unpacked ` and select the ` dist ` folder
1012
1113## Details
1214
@@ -15,4 +17,13 @@ The extension using
1517- TypeScript
1618- React
1719- SWC
18- - Material UI
20+ - Chakra UI
21+
22+ ## Screenshots
23+
24+ ![ Screenshot] ( ./.github/assets/screenshot.png )
25+ ![ Screenshot] ( ./.github/assets/show_transcript.png )
26+
27+ ## License
28+
29+ [ MIT] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments