UnEasy-LCSC is a browser extension that lets you download footprints, symbols, and 3d models right from LCSC's website:
- Extracts symbol and footprint in native EasyEDA
.jsonformat that you can import in KiCAD - Optionally downloads SVG previews (symbol + footprint)
- Opens an internal EasyEDA 3D viewer
- Captures the WebGL model and exports it as a
.objmesh
Everything runs locally in your browser — no EasyEDA account necessary.
- Clone or download this repo.
- Open
chrome://extensions/. - Enable Developer mode.
- Click Load unpacked → select the
UnEasy-LCSCfolder.
The extension activates automatically on supported pages.
- Open a component page (
CXXXXX). - Use the floating panel bottom-right:
Download EasyEDA JSON- (Optional)
Download SVG Open 3D Viewer
- Wait until the model renders.
- Rotate or zoom it once (required to trigger WebGL buffers).
- Click
Export 3D OBJ.
If no mesh appears, move the model a bit and retry.
- Extracted
.jsonfiles match EasyEDA’s internal symbol/footprint schema. .objexport is geometry-only (no texture/material metadata).- Not affiliated with LCSC, EasyEDA, or JLCPCB.
MIT.