Skip to content

Commit 8dc00f6

Browse files
committed
chore: new profile readme project
1 parent 10ea315 commit 8dc00f6

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/.gitkeep

Whitespace-only changes.

.github/assets/screenshot.png

9.56 KB
Loading

.github/assets/show_transcript.png

18.9 KB
Loading

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)