mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
Feature Text-to-Speech and Mesh extensions
This commit is contained in:
parent
48f14ba83c
commit
362ac61e50
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -66,13 +66,13 @@
|
|||
</section>
|
||||
<section>
|
||||
<ul>
|
||||
<li><a href="?url=./scratch_extensions/picoExtension.js" data-action="load-url">
|
||||
<h3>Extension 1</h3>
|
||||
<p>Extension 1 description</p>
|
||||
<li><a href="?url=http://sayamindu.github.io/scratch-extensions/text_to_speech_extension.js" data-action="load-url">
|
||||
<h3>Text to Speech</h3>
|
||||
<p>Extension using the JavaScript Speech API for text to speech</p>
|
||||
</a></li>
|
||||
<li><a href="?url=./scratch_extensions/picoExtension.js" data-action="load-url">
|
||||
<h3>Extension 2</h3>
|
||||
<p>Extension 2 description</p>
|
||||
<li><a href="?url=http://technoboy10.github.io/mesh/mesh.js" data-action="load-url">
|
||||
<h3>Mesh</h3>
|
||||
<p>Mesh description</p>
|
||||
</a></li>
|
||||
<li><a href="?url=./scratch_extensions/picoExtension.js" data-action="load-url">
|
||||
<h3>Extension 3</h3>
|
||||
|
|
Loading…
Reference in a new issue