Discuss Scratch
- CST1229
-
1000+ posts
Project Explorer
Project Explorer is a tool/utility/whateveryouwanttocallit that lets you view project.json info of projects.
This currently includes:
- Seeing what operating system and Scratch version a project is made in
- Sprite info
- Block and comment counts, both total and per-sprite
- Costume and sound viewing without downloading everything at once (the main purpose this project was made)
What's next? (maybe)
- Fix bugs
- More code info
- 2.0 support
- Maybe more?
See the link at the top to visit it, and have fun!
Last edited by CST1229 (Nov. 23, 2021 19:49:43)
- kccuber
-
1000+ posts
Project Explorer

Lol why does garbomuffin user agent = windows 3.1
project: https://scratch.mit.edu/projects/414716080/
- CST1229
-
1000+ posts
Project Explorer
He set it to that I guess.
Lol why does garbomuffin user agent = windows 3.1
project: https://scratch.mit.edu/projects/414716080/
- CST1229
-
1000+ posts
Project Explorer

Asset tab overhaul, with a built-in image viewer and sound support!
(If it's broken for you, clear your cache.)
- mybearworld
-
1000+ posts
Project Explorer
Vector text doesn't quite work:
Project Explorer:

Scratch:

Project Explorer:

Scratch:

- CST1229
-
1000+ posts
Project Explorer
Known issue. I don't know how to prevent this (unless I embed the SVG directly but that complicates things). Vector text doesn't quite work:
Last edited by CST1229 (Oct. 30, 2021 08:52:11)
- CST1229
-
1000+ posts
Project Explorer

Full asset name added + view in fullscreen (read: gosoccerboy5's image viewer) button that is not showcased in screenshot.
- kccuber
-
1000+ posts
Project Explorer
I think the bug is because there's none of the fonts in the Scratch Paint editor in your website. I think you'd need to add TTFs of all the fonts, edited to use the name of the font that Scratch uses.Known issue. I don't know how to prevent this (unless I embed the SVG directly but that complicates things). Vector text doesn't quite work:
- CST1229
-
1000+ posts
Project Explorer
I already tried, and it failed. Try making a PR to CST1229/project-explorer if you can get it working.I think the bug is because there's none of the fonts in the Scratch Paint editor in your website. I think you'd need to add TTFs of all the fonts, edited to use the name of the font that Scratch uses.Known issue. I don't know how to prevent this (unless I embed the SVG directly but that complicates things). Vector text doesn't quite work:
Last edited by CST1229 (Oct. 30, 2021 16:21:05)
- LandonHarter
-
1000+ posts
Project Explorer

Yey, it got my fake user agent.
AAAGGGHH YOU'RE LOOKING AT MY- /hj
Asset tab overhaul, with a built-in image viewer and sound support!
(If it's broken for you, clear your cache.)
Last edited by LandonHarter (Oct. 31, 2021 11:54:48)
- CST1229
-
1000+ posts
Project Explorer
/hjFun fact: That was one of the primary reasons this was created (because my PC couldn't handle getting fried by attempting to load your workspace). AAAGGGHH YOU'RE LOOKING AT MY-
- Chiroyce
-
1000+ posts
Project Explorer
Nice stuff - but can you use an input box instead of alert();?


- CST1229
-
1000+ posts
Project Explorer
alert();?Maybe. It might be time to uncomment that project ID box now… Nice stuff - but can you use an input box instead of
Last edited by CST1229 (Oct. 31, 2021 13:46:35)
- -EmeraldThunder-
-
1000+ posts
Project Explorer
I like this, especially the ability to view and download images and sound. Do you think you could add the ability to download the .sb3?
Last edited by -EmeraldThunder- (Oct. 31, 2021 13:56:22)
- mybearworld
-
1000+ posts
Project Explorer
Seeing as all you need is the project.json (which it uses), the md5 hashes of the assets (which show when you download an asset, so it has those as well) and the assets themselves (which it also uses), it is technically possible. I like this, especially the ability to view and download images and sound. Do you think you could add the ability to download the .sb3?
- CST1229
-
1000+ posts
Project Explorer
Probably not, as that would require me to bundle a zipping library. You can already use something like the I like this, especially the ability to view and download images and sound. Do you think you could add the ability to download the .sb3?sb downloader (which supports sb2 and sb3, despite its name) for that.
I don't use them, I just stuff their URL into an img element which downloads them for me. and the assets themselves (which it also uses)
Last edited by CST1229 (Oct. 31, 2021 14:36:16)
- kccuber
-
1000+ posts
Project Explorer
yeah. if you used svelte it would've been even easier (tho ive never used vue it might have a bind option too)alert();?Maybe. It might be time to uncomment that project ID box now… Nice stuff - but can you use an input box instead of