Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 3.18 KB

README.ko-KR.md

File metadata and controls

70 lines (50 loc) · 3.18 KB

Chrome 확장 프로그램 만들기 (.crx)

crx 미리보기 OSCS 상태 npm npm 다운로드 GitHub 언어 수 npm 게시

여러 보일러플레이트를 지원하는 Chrome 확장 프로그램 구조를 만듭니다!

English · 简体中文 · French · 한국어 · Indonesian · Русский · Deutsch · 日本語 (by ChatGPT)

설치

Node >= 14.18.0

# npm-create 명령어를 사용하거나 pnpm 또는 yarn을 사용하세요
λ npm create chrome-ext

# 또는 npx 명령어를 사용하세요
λ npx create-chrome-ext

# 또는 npm-init 명령어를 사용하세요
λ npm init chrome-ext

사용 방법

추가 명령 줄 옵션을 사용하여 프로젝트 이름 및 사용하려는 템플릿을 직접 지정할 수도 있습니다. 예를 들어, Vite + Svelte 프로젝트 구조를 생성하려면 다음을 실행하세요:

# npm 6.x
λ npm create chrome-ext@latest my-crx-app --template svelte-js

# 또는 npm 7+에서는 추가 이중 대시가 필요합니다:
λ npm create chrome-ext@latest my-crx-app -- --template react-ts

# 또는 yarn을 사용하세요
λ yarn create chrome-ext my-crx-app --template vue-ts

# 또는 pnpm을 사용하세요
λ pnpm create chrome-ext my-crx-app --template vanilla-ts

또한 crx CLI로 프로젝트를 생성할 수도 있습니다. 다음을 실행하세요:

λ npm install create-chrome-ext --global

# 그런 다음
λ crx my-crx-app
# 또는
λ crx my-crx-app --template preact-js
# 또는 create-chrome-exe (글로벌 환경 사용)
λ create-chrome-ext my-crx-app

미리보기

crx 실행 crx 설치 crx 빌드