Yüklemek

Eklenti mağazalarından

Scratch Eklentileri bu mağazalarda mevcuttur

MağazaİndirDesteklenen tarayıcılarSistem gereksinimleri
Chrome Web MağazasıChrome Web Mağazası için İndirGoogle Chrome 96+
Microsoft Edge 96+
Opera 82+
Brave 1.33+
Vivaldi 5.0+
Chromium 96+
Windows 7+
OS X / MacOS 10.11+
Firefox için eklentilerFirefox Eklentileri için İndirMozilla Firefox 109+Windows 7+
OS X / MacOS 10.12+
Microsoft Edge EklentileriMicrosoft Edge Eklentileri için İndirMicrosoft Edge 96+Windows 7+
OS X / MacOS 10.11+

Kaynağından

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

GitHub sürümleri hakkında

Sürümler sayfası Scratch Eklentileri’nin tüm geliştirme yapıları için kod ve kurulum dosyalarının yanı sıra mağaza yapılarının aynasını içerir.

Depoyu klonlamak

This is the recommended way to install Scratch Addons for development purposes, assuming you have Git installed.

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

Scratch Eklentileri’ni güncellemek için önce cd ile klasöre gidin, ve ardından aşağıdaki komutları çalıştırın.

$ git fetch
$ git pull

Remember to also update Scratch Addons from the browser.

Downloading the Zip

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.

If you don not have Git installed, use this method instead.

  1. Depoya gidin ve kodu indir düğmesini bulun.

  2. Tıklayın ve “ZIP’i indir” seçeneğini seçin.

  3. Arşivi bir klasöre çıkarın.

Google Chrome’a veya Microsoft Edge’ye yüklemek

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

  1. Go to chrome://extensions

  2. Turn on “Developer mode” in the top-right corner

  3. Click “Load unpacked” and select the ScratchAddons folder.

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.

Mozilla Firefox’da indirmek

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.