Installeren

Van extensiestores

Scratch Addons is beschikbaar in deze stores.

StoreInstallerenOndersteunde browsersSysteemvereisten
Chrome Web StoreInstalleren voor 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 voor FirefoxInstalleren voor Add-ons voor FirefoxMozilla Firefox 109+Windows 7+
OS X / MacOS 10.12+
Microsoft Edge-InvoegtoepassingenInstalleren voor Microsoft Edge-InvoegtoepassingenMicrosoft Edge 96+Windows 7+
OS X / MacOS 10.11+

Van bron

Unlike the store releases, installing from source requires a browser based on Chromium 121+ or Firefox 121+.

Over GitHub-releases

De pagina met releases bevat de code en installatiebestanden voor alle ontwikkelingsbuilds van Scratch Addons, net zoals de spiegel van de store-builds.

Het archief kopiëren

Dit is de aanbevolen manier om Scratch Addons te installeren voor ontwikkelingsdoeleinden, ervan uitgaande dat Git geïnstalleerd is.

If you plan on contributing, fork the repository on GitHub first and then clone the fork, replacing <username> with your Github username.

$ git clone https://github.com/<username>/ScratchAddons.git

Om Scratch Addons bij te werken, doe eerst cd in zijn map, en voer dan de volgende commando’s uit.

$ git fetch
$ git pull

Vergeet niet om Scratch Addons ook bij te werken vanuit de browser.

Het Zip-bestand downloaden

This method is not recommended for development unless Git cannot be installed on the system since it will need to be manually repeated every time you update Scratch Addons.

Gebruik deze methode als je Git niet hebt geïnstalleerd.

  1. Ga naar het archief en vind de code downloaden-knop.

  2. Klik erop en selecteer “ZIP downloaden”.

  3. Pak het archief in een map uit.

Installeren op Google Chrome of Microsoft Edge

To load the extension into Google Chrome and most Chromium-based browsers such as Microsoft Edge, Opera, Brave or Vivaldi:

  1. Ga naar chrome://extensions

  2. Zet “Ontwikkelaarsstand” rechtsboven aan

  3. Klik “Uitgepakte extensie laden” en selecteer de ScratchAddons map.

To update the extension when testing, click the refresh icon on the extension’s card.

The “Unrecognized manifest key” warnings may safely be ignored, since they are required by Firefox.

Installeren op Mozilla Firefox

To load the extension into Mozilla Firefox:

Addons loaded into Firefox this way are temporary and must be reloaded every time the browser is restarted. Because of this Chrome is recommended for development, but everything is still expected to work on Firefox.
  1. Go to about:debugging

  2. Click “This Firefox” on the sidebar

  3. Click “Load Temporary Add-on…”

  4. Select the manifest.json file in the ScratchAddons folder.

  5. If a permission tab opens, click the “Enable” button.

To reload the extension when testing, click the “Reload” button on the extension’s card.

The unexpected WebExtension manifest property warnings may safely be ignored, since they are required by Chrome.