Telepítés

Bővítményáruházakból

Scratch Addons is available in these stores.

StoreTelepítésSupported browsersRendszerkövetelmények
Chrome Web StoreInstall for Chrome Web StoreGoogle Chrome 96+
Microsoft Edge 96+
Opera 82+
Brave 1.33+
Vivaldi 5.0+
Chromium 96+
Windows 7+
OS X / MacOS 10.11+
Add-ons for FirefoxInstall for Add-ons for FirefoxMozilla Firefox 109+Windows 7+
OS X / MacOS 10.12+
Microsoft Edge Add-onsInstall for Microsoft Edge AddonsMicrosoft Edge 96+Windows 7+
OS X / MacOS 10.11+

From source

A GitHub megjelentetésekről

A kiadások oldala tartalmazza a kódot és a letöltési fájlokat is a Scratch Addons minden fejlesztői szerkezetéhez ugyanúgy, mint az áruházi szerkezetek másolatát is.

A repository másolása

Ez az ajánlott módja a Scratch Addons letöltésének fejlesztői célokhoz. Ez persze felételezi, hogy már letöltötte a Gitet.

A repository letöltéséhez szimplán klónozza le a https://github.com/ScratchAddons/ScratchAddons.git -et.

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

A Scratch Addons frissítéséhez először cd-zen bele a mappájába, majd futtassa a következő parancsot:

$ git fetch
$ git pull

Ez frissíteni fogja a Scratch Addons-t, és előkészíti a kódja másításához. Jegyezze meg, hogy látnia kell a frissítés befejezése részleget itt, ha Google Chrome-ot használ.

A zipball letöltése

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. The extension should now be loaded.

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

Update button screenshot

Installing on Mozilla Firefox

  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. The extension should now be loaded.

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.