LCKiConverter
An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format.
LCKiConverterとは何ですか?
LCKiConverterはhttps://xtoolbox.orgによって開発されたChromeの拡張機能で、その主な機能は「An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format.」です。
拡張機能のスクリーンショット
LCKiConverter拡張機能のCRXファイルをダウンロード
LCKiConverter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
一个将lceda.cn(即 easyeda.com)上的原理图符号、封装及3D模型转换为KiCad格式的浏览器插件。
An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format. 拡張機能の基本情報
| 名前 | |
| ID | lbgkkidccknjbofkefinfempaamjcmhb |
| 公式URL | https://chromewebstore.google.com/detail/lckiconverter/lbgkkidccknjbofkefinfempaamjcmhb |
| 説明 | An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format. |
| ファイルサイズ | 789 KB |
| インストール数 | 1,551 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2022-01-04 |
| 公開日 | 2021-11-12 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://xtoolbox.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://lckicad.xtoolbox.org |
| ヘルプページのURL | http://lckicad.xtoolbox.org |
| 対応言語 | 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"
} | |