-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathextensions.json
More file actions
837 lines (825 loc) · 27.8 KB
/
extensions.json
File metadata and controls
837 lines (825 loc) · 27.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
{
"extensions": [
{
"slug": "kylin",
"id": "kylin",
"name": "kylin",
"description": "Kylin is the first-ever obfuscator for Scratch (Turbowarp) that enables you to encrypt your project, preventing it from being stolen or hacked.",
"descriptionTranslations": {
"zh-cn": "Kylin 是业界第一个用于 Scratch (Turbowarp) 的混淆器,允许你 加密 你的项目,来避免它被盗或被破解。",
"en": "Kylin is the first-ever obfuscator for Scratch (Turbowarp) that enables you to encrypt your project, preventing it from being stolen or hacked."
},
"image": "kylin.png",
"by": [
{
"name": "FurryR",
"link": "https://github.com/FurryR"
}
],
"docs": false
},
{
"slug": "babylon3d",
"id": "babylon3d",
"name": "Babylon3D",
"description": "Best scratch 3D engine.Based on babylonjs.",
"image": "babylon3d.png",
"by": [
{
"name": "PPN-design",
"link": "https://github.com/DDguan2010"
}
],
"docs": false
},
{
"slug": "tensorflow",
"id": "tensorflow",
"name": "TensorFlow",
"description": "Scratch neural networks engine.Based on tensorflowjs.",
"image": "tensorflow.png",
"by": [
{
"name": "PPN-design",
"link": "https://github.com/DDguan2010"
}
],
"docs": false
},
{
"slug": "transformers",
"id": "transformers",
"name": "Transformers",
"description": "Transformers.js for scratch.Based on huggingface transformers.js.",
"image": "transformers.png",
"by": [
{
"name": "PPN-design",
"link": "https://github.com/DDguan2010"
}
],
"docs": false
},
{
"slug": "cybertoolbox",
"id": "toolbox",
"name": "Cybertoolbox",
"description": "Put a bunch of things together!",
"nameTranslations": {
"zh-cn": "赛博猫猫的工具箱",
"en": "Cyberexplorer's ToolBox"
},
"descriptionTranslations": {
"zh-cn": "把一堆东西塞到了一起!",
"en": "Put a bunch of things together!"
},
"image": "toolbox.png",
"by": [
{
"name": "Cyberexplorer",
"link": "https://cyberneko.cn/about"
}
],
"docs": false
},
{
"slug": "QwQAI大模型",
"id": "QwQAI大模型",
"name": "QwQAI大模型",
"description": "与通义千问的QwQ大模型及部分其他AI大模型交互。非官方扩展。",
"nameTranslations": {
},
"descriptionTranslations": {
},
"image": "QwQAI大模型.jpg",
"by": [
{
"name": "zekkei",
"link": "https://vlink.cc/zekkei"
}
],
"docs": false,
"samples": [
"QwQAI大模型"
]
},
{
"slug": "小金鱼的屏蔽词",
"id": "小金鱼的屏蔽词",
"name": "小金鱼的屏蔽词",
"description": "小金鱼编写的屏蔽词扩展,可以应用于聊天软件中。",
"nameTranslations": {
},
"descriptionTranslations": {
},
"image": "小金鱼的屏蔽词.png",
"by": [
{
"name": "小金鱼",
"link": "https://space.bilibili.com/702559170"
}
],
"docs": false,
"samples": [
"小金鱼的屏蔽词"
]
},
{
"slug": "本地数据库",
"id": "本地数据库",
"name": "本地数据库",
"description": "更好地将数据储存在本地,与[本地储存]扩展不冲突。(即可储存同名数据而不冲突)",
"nameTranslations": {
},
"descriptionTranslations": {
},
"image": "本地数据库.jpg",
"by": [
{
"name": "zekkei",
"link": "https://vlink.cc/zekkei"
}
],
"docs": false,
"samples": [
"本地数据库"
]
},
{
"slug": "kmsBlur",
"id": "kmsBlur",
"name": "𝙆𝙢𝙨 𝘽𝙡𝙪𝙧",
"description": "使角色迅速模糊.",
"image": "kmsBlur.png",
"by": [
{
"name": "Kimos",
"link": "https://space.bilibili.com/3493289367964051?spm_id_from=333.1007.0.0"
}
],
"docs": false,
"samples": [
"kmsBlur"
]
},
{
"slug": "seacloud",
"id": "seacloud",
"name": "SeaCloud",
"description": "Account management tools used for SCOS on 02Engine, simplifying",
"nameTranslations": {
"zh-cn": "海云",
"en": "SeaCloud"
},
"descriptionTranslations": {
"zh-cn": "在02Engine上为SCOS使用的账户管理工具,化繁为简",
"en": "Account management tools used for SCOS on 02Engine, simplifying"
},
"image": "seacloud.png",
"by": [
{
"name": "Deep-Sea",
"link": "https://www.deep-sea.filegear-sg.me"
}
],
"docs": true
},
{
"slug": "补间 Plus",
"id": "kmsTween",
"name": "补间 Plus",
"description": "计算三次贝塞尔曲线的动画进度和时间,需要一定的Css基础。",
"image": "补间 Plus.png",
"by": [
{
"name": "孔明",
"link": "https://space.bilibili.com/3493289367964051?spm_id_from=333.1007.0.0"
}
],
"docs": false,
"samples": [
"补间 Plus"
]
},
{
"slug": "msj的工具箱",
"id": "msj的工具箱",
"name": "msj的工具箱",
"description": "包含和网络、文件处理、文件下载和计算有关的实用工具,但还在测试阶段",
"image": "msj的工具箱.png",
"by": [
{
"name": "玩MC的Sc俊杰",
"link": "https://b23.tv/F2Ut3hr"
}
],
"docs": false,
"samples": [
"msj的工具箱"
]
},
{
"slug": "神经网络",
"id": "神经网络",
"name": "神经网络",
"description": "一个简单易上手的神经网络扩展",
"image": "神经网络.jpg",
"by": [
{
"name": "瓜子",
"link": "https://space.bilibili.com/3546667668212509?spm_id_from=333.337.0.0"
}
],
"docs": true
},
{
"slug": "MoistsTechnology",
"id": "MoistsTechnology",
"name": "MoistsTechnology",
"description": "一个由汐.mec开发的千奇百怪工具箱😈",
"image": "MoistsTechnology.png",
"by": [
{
"name": "汐.mec",
"link": ""
}
],
"docs": false
},
{
"slug": "texturefix",
"id": "texturefix",
"name": "纹理画布",
"nameTranslations": {
"en-us": "Texture Canvas"
},
"description": "在独立于画笔的画布上更便携地进行图像绘制",
"image": "texturefix.png",
"descriptionTranslations": {
"en-us": "Better conveniently draw rect,images and textures on standalone canvas"
},
"by": [
{
"name": "Xbodw",
"link": "https://space.bilibili.com/1552375363"
}
],
"docs": false
},
{
"slug": "oaa",
"id": "objectArray",
"name": "数组和对象",
"nameTranslations": {
"en-us": "Object and Array"
},
"description": "更完整的JSON对象/数组功能",
"image": "test.png",
"descriptionTranslations": {
"en-us": "Better JSON Features"
},
"by": [
{
"name": "Xbodw",
"link": "https://space.bilibili.com/1552375363"
}
],
"docs": false
},
{
"slug": "B小猫",
"id": "B小猫",
"name": "B小猫",
"description": "通过哔哩哔哩公开接口获取海量信息,喵(=・ω・=)~",
"image": "B小猫.png",
"by": [
{
"name": "10000why",
"link": "https://space.bilibili.com/541080936"
}
],
"docs": true
},
{
"slug": "更好的浏览器扩展",
"id": "更好的浏览器扩展",
"name": "更好的浏览器扩展",
"description": "让你的舞台可以显示更多的iframe",
"image": "更好的浏览器扩展.jpg",
"by": [
{
"name": "是zx34呀",
"link": "https://space.bilibili.com/1196118574"
}
],
"docs": false
},
{
"slug": "方向猫扩展",
"id": "方向猫扩展",
"name": "方向猫扩展",
"description": "(●ˇ∀ˇ●)~ 显示上下左右移动端辅助按钮",
"image": "方向猫扩展.png",
"by": [
{
"name": "10000why",
"link": "https://space.bilibili.com/541080936"
}
],
"docs": false
},
{
"slug": "快速注册登录",
"id": "快速注册登录",
"name": "快速注册登录",
"description": "一个显示注册登录界面的扩展,可以帮你省下一些制作登陆界面或注册界面的时间(当然前提是你对界面美观不在乎)",
"image": "快速注册登录.jpg",
"by": [
{
"name": "数字生命3179",
"link": "http://3179582.wikidot.com/start"
}
],
"docs": true,
"samples": [
"快速注册登录"
]
},
{
"slug": "安卓adb工具",
"id": "安卓adb工具",
"name": "安卓adb工具",
"description": "本扩展可以在你的作品里添加一些安卓功能",
"image": "安卓adb工具.jpg",
"by": [
{
"name": "青柠工作室",
"link": "https://space.bilibili.com/3493280679463823"
}
],
"docs": false
},
{
"slug": "一万的框选框",
"id": "一万的框选框",
"name": "一万的框选框",
"description": "实现在舞台上框选角色并经行侦测。",
"image": "一万的框选框.png",
"by": [
{
"name": "10000why",
"link": "https://space.bilibili.com/541080936"
}
],
"docs": false
},
{
"slug": "贝塞尔曲线",
"id": "bezierCurve",
"name": "贝塞尔曲线",
"description": "生成贝塞尔曲线,支持控制点设置,计算曲线上任意点的坐标和切线角度。",
"image": "bezier-curve.png",
"by": [
{
"name": "空明2403",
"link": "https://m.bilibili.com/space/3493092640426109?spm_id_from=333.33.0.0"
}
],
"docs": false,
"samples": [
"bezierCurveExample"
],
"version": "2.1.0"
},
{
"slug": "更好的询问框",
"id": "更好的询问框",
"name": "更好的询问框",
"description": "一个更加美观的询问框",
"image": "更好的询问框.png",
"by": [
{
"name": "瓜子",
"link": "https://space.bilibili.com/3546667668212509?spm_id_from=333.337.0.0"
}
],
"docs": false
},
{
"slug": "wrapper.global",
"id": "extensionWrapper",
"name": "Extension Wrapper",
"description": "在Turbowarp中加载CCW扩展的前置扩展",
"nameTranslations": {
"en": "Extension Wrapper",
"zh-cn": "扩展适配器"
},
"descriptionTranslations": {
"en": "A bootstrap extension for CCW extensions loader in Turbowarp",
"zh-cn": "在Turbowarp中加载CCW扩展的前置扩展"
},
"image": "ccw.svg",
"by": [
{
"name": "Xbodwf",
"link": "https://github.com/xbodwf"
},
{
"name": "FurryR",
"link": "https://github.com/FurryR"
}
],
"docs": false,
"samples": [
"ccwpolyfill"
]
},
{
"slug": "textToURL",
"id": "textToURL",
"name": "文字转URL",
"description": "将文字转换为可显示的URL",
"nameTranslations": {
"en": "Text to URL",
"zh-cn": "文字转URL"
},
"descriptionTranslations": {
"en": "Generate a URL that displays custom text in the browser, and parse the text from the generated URL",
"zh-cn": "生成可在浏览器显示自定义文字的URL,并从生成的URL中解析文字"
},
"image": "textToURL.png",
"by": [
{
"name": "Turboratch",
"link": "https://space.bilibili.com/3546662593104166"
}
],
"docs": false,
"samples": [
"textToURL"
]
},
{
"slug": "作品锁",
"id": "projectLocking",
"name": "作品锁",
"description": "让你的项目更加安全。",
"image": "projectLocking.png",
"by": [
{
"name": "朱元翔",
"link": "https://space.bilibili.com/3546902484224452?spm_id_from=333.1007.0.0"
},
{
"name": "YL_YOLO",
"link": "https://space.bilibili.com/1444083784?spm_id_from=333.337.0.0"
},
{
"name": "10000why",
"link": "https://space.bilibili.com/541080936?spm_id_from=333.337.0.0"
}
],
"docs": false,
"samples": [
"作品锁示例作品"
],
"version": "1.0.0",
"license": "AGPL 3.0"
},
{
"slug": "3d-basicrt",
"id": "3d-basicrt",
"name": "3d-basicrt",
"description": "喵,这是一个简单易上手的3D扩展,快来试试吧!",
"image": "3d-basicrt.png",
"by": [
{
"name": "果汁的梦",
"link": "https://space.bilibili.com/3546884505340624?spm_id_from=333.788.0.0"
}
],
"docs": false
},
{
"slug": "音频可视化扩展",
"id": "音频可视化",
"name": "音频可视化",
"description": "让音频有了形状",
"image": "音频可视化扩展.png",
"by": [
{
"name": "YL_YOLO",
"link": "https://space.bilibili.com/1444083784?spm_id_from=333.337.0.0"
}
],
"docs": false,
"samples": [
"音频可视化示例作品"
]
},
{
"slug": "GmyOS",
"id": "GmyOS",
"name": "GmyOS",
"description": "GmyOS 是一个复古 DOS 风格的 Scratch 扩展,能打开可拖动终端窗口,支持命令行、虚拟文件系统和简易汇编指令。",
"image": "GmyOS.png",
"by": [
{
"name": "Gmy",
"link": "https://space.bilibili.com/1004646811?spm_id_from=333.40164.0.0"
}
],
"docs": false
},
{
"slug": "简_艺术字",
"id": "简_艺术字",
"name": "简_艺术字",
"description": "简单的艺术字显示扩展",
"image": "简_艺术字.png",
"by": [
{
"name": "YL_YOLO",
"link": "https://space.bilibili.com/1444083784?spm_id_from=333.337.0.0"
}
],
"docs": false,
"samples": [
"简_艺术字"
]
},
{
"slug": "移动端按键映射",
"id": "移动端按键映射",
"name": "移动端按键映射",
"description": "Advanced touch blocks and joystick with key simulation (触屏块加摇杆并且可实现按键模拟)",
"image": "移动端按键映射.png",
"by": [
{
"name": "YL_YOLO",
"link": "https://space.bilibili.com/1444083784?spm_id_from=333.337.0.0"
}
],
"docs": false,
"samples": [
"移动端按键映射"
]
},
{
"slug": "SF文件系统",
"id": "SF文件系统",
"name": "SF文件系统",
"description": "让数据有了形状",
"image": "SF文件系统.png",
"by": [
{
"name": "Starfall Twilight",
"link": "https://starfallstudio.cn"
}
],
"docs": false
},
{
"slug": "简·HTML",
"id": "简·HTML",
"name": "简·HTML",
"description": "一款强大的HTML构建拓展(建议与“内嵌框架”搭配使用)",
"image": "简·HTML.png",
"by": [
{
"name": "Starfall Twilight",
"link": "https://starfallstudio.cn"
}
],
"docs": false
},
{
"slug": "简易3D",
"id": "简易3D",
"name": "简易3D",
"description": "轻松制作适用于GPU加速的3D项目",
"image": "简易3D.png",
"by": [
{
"name": "Starfall Twilight(汉化)",
"link": "https://scratch.mit.edu/users/Vadik1/"
},
{
"name": "Vadik1",
"link": "https://starfallstudio.cn"
}
],
"docs": false,
"samples": [
"简易3D"
]
},
{
"slug": "全局提示",
"id": "全局提示",
"name": "全局提示",
"description": "信息全掌握",
"image": "全局提示.png",
"by": [
{
"name": "Starfall Twilight",
"link": "https://starfallstudio.cn"
}
],
"docs": false
},
{
"slug": "微CSV",
"id": "微CSV",
"name": "微CSV",
"description": "轻表格 轻数据 轻管理",
"image": "微CSV.png",
"by": [
{
"name": "Starfall Twilight",
"link": "https://starfallstudio.cn"
}
],
"docs": false
},
{
"slug": "星级评分",
"id": "星级评分",
"name": "星级评分",
"description": "快捷获取用户评价",
"image": "星级评分.png",
"by": [
{
"name": "Starfall Twilight",
"link": "https://starfallstudio.cn"
}
],
"docs": false
},
{
"slug": "字符串处理",
"id": "字符串处理",
"name": "字符串处理",
"description": "一些快捷的字符串处理积木",
"image": "字符串处理.png",
"by": [
{
"name": "Starfall Twilight",
"link": "https://starfallstudio.cn"
}
],
"docs": false
},
{
"slug": "网页嗅探器",
"id": "网页嗅探器",
"name": "网页嗅探器",
"description": "让你轻松获取到网页上的内容,只要是能获取到的,都能下!",
"image": "网页嗅探器.png",
"by": [
{
"name": "F_code",
"link": "https://space.bilibili.com/3546722598914878"
}
],
"docs": false,
"samples": [
"网页嗅探器"
]
},
{
"slug": "hermiteCurve",
"id": "hermiteCurve",
"name": "hermite曲线",
"description": "保证定点定速度的自定义曲线。",
"image": "hermiteCurve.png",
"by": [
{
"name": "空明2403",
"link": "https://m.bilibili.com/space/3493092640426109?spm_id_from=333.33.0.0"
}
],
"docs": false,
"samples": [
"hermiteCurveExample"
]
},
{
"slug": "markdown",
"id": "WitCatMarkDown",
"name": "WitCat MarkDown",
"description": "Render Markdown content with custom syntax, tables, code highlighting, and interactive triggers.",
"nameTranslations": {
"zh-cn": "白猫的markdown"
},
"descriptionTranslations": {
"zh-cn": "渲染 Markdown 内容,支持自定义语法、表格、代码高亮和交互触发器。"
},
"image": "markdown.svg",
"by": [
{
"name": "白猫",
"link": "https://www.ccw.site/student/6173f57f48cf8f4796fc860e"
},
{
"name": "yuan",
"link": "https://www.ccw.site/student/687f6ba9fc898317568cdc8d"
}
],
"docs": true,
"samples": [
"markdown"
]
},
{
"slug": "拼音转文字",
"id": "拼音转文字",
"name": "拼音转文字",
"description": "将拼音转换为汉字。",
"image": "拼音转文字.png",
"by": [
{
"name": "Uonsan",
"link": "https://space.bilibili.com/3546882573862975"
}
],
"docs": false,
"samples": [
"拼音转文字"
]
},
{
"slug": "github面板",
"id": "github面板",
"name": "github面板",
"description": "github面板。",
"image": "GitHub面板.png",
"by": [
{
"name": "yuan",
"link": "https://www.ccw.site/student/687f6ba9fc898317568cdc8d"
}
],
"docs": true,
"samples": [
"GitHub面板"
]
},
{
"slug": "让变量列表换行",
"id": "让变量列表换行",
"name": "让变量列表换行",
"description": "让变量列表换行的工具",
"image": "让变量列表换行.jpg",
"by": [
{
"name": "yuan",
"link": "https://www.ccw.site/student/687f6ba9fc898317568cdc8d"
}
],
"docs": false
},
{
"slug": "寻路",
"id": "寻路",
"name": "寻路",
"description": "寻路。",
"nameTranslations": {
"zh-cn": "寻路"
},
"image": "寻路.png",
"by": [
{
"name": "yuan",
"link": "https://www.ccw.site/student/687f6ba9fc898317568cdc8d"
}
],
"docs": true,
"samples": [
"寻路"
]
},
{
"slug": "musicplus",
"id": "musicplus",
"name": "音乐 +",
"description": "升级版音乐扩展",
"nameTranslations": {
"zh-cn": "音乐 +",
"en": "Music Plus"
},
"descriptionTranslations": {
"zh-cn": "升级版音乐扩展",
"en": "Music extension, but advanced!"
},
"image": "musicplus.png",
"by": [
{
"name": "ChessBrainIsNotHuman",
"link": "https://chessbrain.qzz.io/"
}
],
"docs": false
}
]
}