feat: initialize gomdown-helper with yt-dlp transfer flow
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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`에 저장됩니다.
|
||||
Reference in New Issue
Block a user