Depuis le magasin d’extension
Srcratch Addons est disponible dans ces boutiques.
Depuis la source
About GitHub releases
The releases page contains the code and installation files for all development builds of Scratch Addons, as well as the mirror of the store builds.
Cloning the repository
Ceci est la manière recommandée d’installer Scratch Addons pour des fins de développement. Ceci est basé sur le fait que vous avez installez Git.
To download the repository, simply clone https://github.com/ScratchAddons/ScratchAddons.git
.
$ git clone https://github.com/ScratchAddons/ScratchAddons.git
To update Scratch Addons, first cd
into its folder, and then run the following commands.
$ 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.
-
Go to the repository and find the download code button.
-
Cliquez et selectionnez ”Télécharger le ZIP”
-
Extract the archive into a folder.
Installing on Google Chrome or Microsoft Edge
-
Type
chrome://extensions
into your address bar to open the Extension Management page. -
Click the toggle next to
Developer mode
to turn on the Developer Mode. This allows you to install extensions from a folder or file. -
You should see the
Load unpacked
button appear. Clicking it will allow you to select a folder to upload. -
Sélectionnez le fichier extrait.
-
L’extension devrait maintenant être chargée.
To finish updating (assuming you followed the updating steps here), click the Update
button:
Installation sur Mozilla Firefox
-
Type
about:debugging
into your address bar to open the debugging page. -
Click
This Firefox
on the left-hand menu. -
Click
Load Temporary Add-on...
. -
Select the manifest.json file inside the extracted folder.
-
L’extension devrait maintenant être chargée.
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.
Commentaires
Assurez-vous de suivre le code de conduite. Vous pouvez voir cette section de commentaires sur les discussions GitHub, ainsi que modifier et supprimer votre commentaire.