feat: initialize gomdown-helper with yt-dlp transfer flow

This commit is contained in:
tongki078
2026-02-26 11:43:44 +09:00
commit e8b7432594
123 changed files with 6094 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# Gomdown-helper
Vite + React + TypeScript + Manifest V3 기반 gdown 브라우저 확장 프로젝트입니다.
## Commands
- `npm install`
- `npm run dev` (개발 모드)
- `npm run build` (프로덕션 번들)
## Notes
- Native Messaging Host 이름은 `org.gdown.nativehost`를 사용합니다.
- 설정은 `chrome.storage.sync`에 저장됩니다.