LCKiConverter
An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format.
What is LCKiConverter?
LCKiConverter is a Chrome extension developed by https://xtoolbox.org, and its main feature is "An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format.".
Extension Screenshots
Download LCKiConverter Extension CRX File
Download LCKiConverter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
一个将lceda.cn(即 easyeda.com)上的原理图符号、封装及3D模型转换为KiCad格式的浏览器插件。 An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format.
Extension Basic Information
Name | LCKiConverter |
ID | lbgkkidccknjbofkefinfempaamjcmhb |
Official URL | https://chromewebstore.google.com/detail/lckiconverter/lbgkkidccknjbofkefinfempaamjcmhb |
Description | An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format. |
File Size | 789 KB |
Installation Count | 1,551 |
Current Version | 2.0 |
Last Updated | 2022-01-04 |
Publish Date | 2021-11-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://xtoolbox.org |
[email protected] | |
Payment Type | free |
Extension Website | http://lckicad.xtoolbox.org |
Help Page URL | http://lckicad.xtoolbox.org |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LCKiConverter", "description": "An extension to converter symbol\/footprint\/3D Model on lceda.cn (aka easyeda.com) to KiCad format.", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "icons": { "16": "\/images\/kicad_logo16.png", "32": "\/images\/kicad_logo32.png", "48": "\/images\/kicad_logo48.png", "128": "\/images\/kicad_logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.lceda.cn\/editor*", "https:\/\/*.easyeda.com\/editor*" ], "css": [ "css\/app.css", "css\/chunk-vendors.css" ], "js": [ "js\/app.js", "js\/chunk-vendors.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.lceda.cn\/*", "https:\/\/*.easyeda.com\/*" ], "resources": [ "inject.js", "fonts\/element-icons.ttf", "fonts\/element-icons.woff" ] } ], "options_page": "options.html" } |