-
Notifications
You must be signed in to change notification settings - Fork 1
/
extensions.json
141 lines (141 loc) · 3.66 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
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
[
{
"title": "iBom for EasyEDA",
"description": "Use InteractiveHTMLBOM right within EasyEDA!",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-ibom-extension",
"locale": {
"cn": {
"description": "编辑器本地版InteractiveHtmlBom"
}
}
},
{
"title": "SVG Import",
"description": "Import SVG files to PCB without any distortions!",
"author": "Andreas Bernhofer",
"owner": "xsrf",
"name": "easyeda-svg-import",
"locale": {
"cn": {
"description": "插入高清SVG图片到PCB"
}
}
},
{
"title": "Label Maker",
"description": "Create beautiful labels with solid background for your PCBs.",
"author": "Andreas Bernhofer",
"owner": "xsrf",
"name": "easyeda-labelmaker",
"locale": {
"cn": {
"description": "快速创建反相文本丝印"
}
}
},
{
"title": "Toggle View",
"description": "Switch PCB view between Top and Bottom view.",
"author": "Andreas Bernhofer",
"owner": "xsrf",
"name": "easyeda-toggleview",
"locale": {
"cn": {
"description": "翻转板子底层视图,镜像PCB"
}
}
},
{
"title": "Themes",
"description": "Additional Light and Dark themes for EasyEDA.",
"author": "Fiercest",
"owner": "FiercestT",
"name": "EasyEdaThemes",
"locale": {
"cn": {
"description": "修改整个编辑器界面颜色"
}
}
},
{
"title": "Main Menu UX Normalizer",
"description": "Removing annoying menu popovers on mouseover event.",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-extension-menu-ux-normalizer",
"locale": {
"cn": {
"description": "阻止鼠标移动到顶部菜单就自动下拉"
}
}
},
{
"title": "QR Code Generator",
"description": "Generate and add QR Codes to PCB.",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-qrcode-generator-extension",
"locale": {
"cn": {
"description": "输入文本创建高清二维码图片"
}
}
},
{
"title": "Quick Align",
"description": "Objects alignment without a hassle!",
"author": "Andrey Shakhmin",
"owner": "turbobabr",
"name": "easyeda-quick-align-extension",
"locale": {
"cn": {
"description": "元素快速对齐"
}
}
},
{
"title": "Smooth Tracks",
"description": "Rounds your track corners and adds nicer teardrops",
"author": "Matt Shepcar",
"owner": "mattshepcar",
"name": "easyeda-round-tracks",
"locale": {
"cn": {
"description": "创建圆弧型泪滴;布线转为圆弧布线"
}
}
},
{
"title": "PCB Tools",
"description": "Track Width calculator, which can quickly calculate your needed track width based on amperage and layer type",
"author": "dmwatson",
"owner": "dmwatson",
"name": "easyeda-pcbtools",
"locale": {
"cn": {
"description": "根据阻抗计算导线宽度"
}
}
},
{
"title": "EasyEDA-Tools",
"description": "A set of commands like reusable modules(module renaming + replacing net names), global font replace and net names replacing",
"author": "Peter Yuen",
"owner": "ppeetteerrs",
"name": "EasyEDA-Tools",
"locale": {
"cn": {
"description": "修改原理图字体,修改原理图模块网络标签,修改网络名"
}
}
},
{
"title": "2D/3D Settings",
"description": "Persist 2D/3D view settings for individual PCBs",
"author": "joeSeggiola",
"owner": "joeSeggiola",
"name": "easyeda-2d-3d-settings"
}
]