설치

스토어에서 확장 프로그램 설치하기

스크래치 애드온은 이 스토어들에서 설치할 수 있습니다.

스토어설치지원되는 브라우저시스템 사양
크롬 웹 스토어크롬 웹 스토어에서 설치Google Chrome 96+
Microsoft Edge 96+
Opera 82+
Brave 1.33+
Vivaldi 5.0+
Chromium 96+
윈도우 7+
OS X / 맥 OS 10.11+
파이어폭스 애드온파이어폭스 애드온에서 설치Mozilla Firefox 109+윈도우 7+
OS X / 맥 OS 10.12+
마이크로소프트 엣지 애드온마이크로소프트 애드온에서 설치Microsoft Edge 96+윈도우 7+
OS X / 맥 OS 10.11+

소스로부터

깃허브 릴리즈에 대해

릴리즈 페이지는 코드와 설치 파일을 포함한 스토어 빌드의 복사본인 스크래치 애드온 개발 빌드를 포함하고 있습니다.

레포지토리 복사하기

스크래치 애드온을 개발적인 목적으로 사용한다면 권장되는 방법입니다. 깃이 설치되어있음을 가정합니다.

저장소를 다운로드 받으려면, 단순히 https://github.com/ScratchAddons/ScratchAddons.git 를 복사하세요.

$ git clone https://github.com/ScratchAddons/ScratchAddons.git

스크래치 애드온을 업데이트하려면, 폴더 안으로 cd를 하고, 다음의 명령어를 실행하세요.

$ git fetch
$ git pull

This will update Scratch Addons and get it ready for code editing. Note that you will need to see the finish updating section here if you are using Google Chrome.

Downloading the zipball

If you don’t have Git installed, you can try this method instead. Note that you will need to manually repeat this process every time you want to update Scratch Addons.

  1. Go to the repository and find the download code button.

    Download code button screenshot

  2. Click it and select “Download ZIP”.

    Download ZIP button screenshot

  3. Extract the archive into a folder.

Installing on Google Chrome or Microsoft Edge

  1. Type chrome://extensions into your address bar to open the Extension Management page.

  2. Click the toggle next to Developer mode to turn on the Developer Mode. This allows you to install extensions from a folder or file.

    Extension Management top bar screenshot

  3. You should see the Load unpacked button appear. Clicking it will allow you to select a folder to upload.

    Load unpacked button screenshot

  4. Select the extracted folder.

  5. 확장 프로그램은 이제 실행될 겁니다.

To finish updating (assuming you followed the updating steps here), click the Update button:

Update button screenshot

모질라 파이어폭스에 설치하기

  1. Type about:debugging into your address bar to open the debugging page.

  2. Click This Firefox on the left-hand menu.

    Left-hand menu screenshot

  3. Click Load Temporary Add-on....

    Load Temporary Add-on button screenshot

  4. Select the manifest.json file inside the extracted folder.

  5. 확장 프로그램은 이제 실행될 겁니다.

Note: Firefox temporary add-ons are actually temporary. Restarting Firefox will remove them, so if you want to use the development version of Scratch Addons all the time, it is recommended that you use a Chromium-based browser like Google Chrome.