forked from turbobabr/easyeda-extension-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extensions.json
65 lines (65 loc) · 1.79 KB
/
extensions.json
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
[
{
"title": "iBom for EasyEDA",
"description": "Use InteractiveHTMLBOM right within EasyEDA!",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-ibom-extension"
},
{
"title": "SVG Import",
"description": "Import SVG files to PCB without any distortions!",
"author": "Andreas Bernhofer",
"owner": "xsrf",
"name": "easyeda-svg-import"
},
{
"title": "Label Maker",
"description": "Create beautiful labels with solid background for your PCBs.",
"author": "Andreas Bernhofer",
"owner": "xsrf",
"name": "easyeda-labelmaker"
},
{
"title": "Toggle View",
"description": "Switch PCB view between Top and Bottom view.",
"author": "Andreas Bernhofer",
"owner": "xsrf",
"name": "easyeda-toggleview"
},
{
"title": "Themes",
"description": "Additional Light and Dark themes for EasyEDA.",
"author": "Fiercest",
"owner": "FiercestT",
"name": "EasyEdaThemes"
},
{
"title": "Main Menu UX Normalizer",
"description": "Removing annoying menu popovers on mouseover event.",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-extension-menu-ux-normalizer"
},
{
"title": "QR Code Generator",
"description": "Generate and add QR Codes to PCB.",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-qrcode-generator-extension"
},
{
"title": "Quick Align",
"description": "Objects alignment without a hassle!",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-quick-align-extension"
},
{
"title": "Smooth Tracks",
"description": "Rounds your track corners and adds nicer teardrops",
"author": "Matt Shepcar",
"owner": "mattshepcar",
"name": "easyeda-round-tracks"
}
]