BuiltInExtensions const
in extension-manager.js.
For Scratch project examples that use our extensions check out the scratch3-examples directory.
The majority of our extension-development effort has been focused on the DB Blocks extension, which supports Scratch 3 integration into the Digital Data Storytelling project. This extension contains blocks for pushing and pulling data from the wmsinh.org database (using XML HTTP Requests) and managing that data in localStorage. The same database content can be viewed at https://wmsinh.org/data-story.
This project originally focused on replicating our ScratchX extension for handling data transactions with wmsinh.org. To check out the ScratchX extensions and some example sketches, go to our ScratchX repository.