|
1 | 1 | [ |
| 2 | + { |
| 3 | + "title": "Stage on Left Side", |
| 4 | + "description": "Like in Scratch 2.0, moves the stage to the left side of the editor, rather than keeping it on the right.", |
| 5 | + "credits": ["GarboMuffin"], |
| 6 | + "urls": ["https://scratch.mit.edu/users/GarboMuffin/"], |
| 7 | + "file": "left-side-stage", |
| 8 | + "type": ["Editor"], |
| 9 | + "tags": ["New"], |
| 10 | + "dynamic":true |
| 11 | + }, |
| 12 | + { |
| 13 | + "title": "Colored Context Menus", |
| 14 | + "description": "Like in Scratch 2.0, colors the context menus based on the color of the block they're for.", |
| 15 | + "credits": ["GarboMuffin"], |
| 16 | + "urls": ["https://scratch.mit.edu/users/GarboMuffin/"], |
| 17 | + "file": "colored-context-menus", |
| 18 | + "type": ["Editor"], |
| 19 | + "tags": ["New"] |
| 20 | + }, |
| 21 | + { |
| 22 | + "title": "Hide Disabled Context Menu Options", |
| 23 | + "description": "Context menu options in the editor show even if they are disabled and unable to be used, so this feature will hide them if they are.", |
| 24 | + "credits": ["rgantzos"], |
| 25 | + "urls": ["https://scratch.mit.edu/users/rgantzos/"], |
| 26 | + "file": "hide-disabled-menu-options", |
| 27 | + "type": ["Editor"], |
| 28 | + "tags": ["New"], |
| 29 | + "dynamic":true |
| 30 | + }, |
| 31 | + { |
| 32 | + "title": "Project Title Above Stage", |
| 33 | + "description": "Like in Scratch 2.0, moves the project title input box above the stage, rather than in the navbar. This only applies to the editor.", |
| 34 | + "credits": ["rgantzos"], |
| 35 | + "urls": ["https://scratch.mit.edu/users/rgantzos/"], |
| 36 | + "file": "move-project-title-input", |
| 37 | + "type": ["Editor"], |
| 38 | + "tags": ["New"] |
| 39 | + }, |
2 | 40 | { |
3 | 41 | "title": "Display Message Count", |
4 | 42 | "description": "Displays your current message count in the extension icon for ScratchTools.", |
|
12 | 50 | "title": "Pause Audio", |
13 | 51 | "description": "Allows you to pause and resume audio in the sound editor of Scratch projects.", |
14 | 52 | "credits": ["Giolaboman", "rgantzos"], |
15 | | - "urls": ["https://scratch.mit.edu/users/Giolaboman/", "https://scratch.mit.edu/users/rgantzos/"], |
| 53 | + "urls": [ |
| 54 | + "https://scratch.mit.edu/users/Giolaboman/", |
| 55 | + "https://scratch.mit.edu/users/rgantzos/" |
| 56 | + ], |
16 | 57 | "file": "pause-audio", |
17 | 58 | "type": ["Website"], |
18 | 59 | "tags": ["New", "Recommended"], |
19 | 60 | "dynamic": true, |
20 | | - "default":true |
| 61 | + "default": true |
21 | 62 | }, |
22 | 63 | { |
23 | 64 | "title": "Dumpster Fire", |
24 | 65 | "description": "The Scratch homepage is a liar with their \"Featured Projects\" section. This changes the name to the proper form, which is \"Dumpster Fire\".", |
25 | 66 | "credits": ["Kuzyn_Official", "rgantzos"], |
26 | | - "urls": ["https://scratch.mit.edu/users/Kuzyn_Official/", "https://scratch.mit.edu/users/rgantzos/"], |
| 67 | + "urls": [ |
| 68 | + "https://scratch.mit.edu/users/Kuzyn_Official/", |
| 69 | + "https://scratch.mit.edu/users/rgantzos/" |
| 70 | + ], |
27 | 71 | "file": "dumpster-fire", |
28 | 72 | "type": ["Website"], |
29 | 73 | "tags": ["New", "Egg"], |
|
0 commit comments