LCKiConverter

An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format.

LCKiConverterคืออะไร?

LCKiConverter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xtoolbox.org และคุณลักษณะหลักของมันคือ "An extension to converter symbol/footprint/3D Model on lceda.cn (aka easyeda.com) to KiCad format."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LCKiConverter

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LCKiConverter LCKiConverter
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
อีเมล [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"
}