SnapEDA

A new experience to help make your design a snap. Focus on design with ready-to-use PCB footprints and schematic symbols

SnapEDAคืออะไร?

SnapEDA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SnapMagic Search และคุณลักษณะหลักของมันคือ "A new experience to help make your design a snap. Focus on design with ready-to-use PCB footprints and schematic symbols"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SnapEDA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find CAD models on distributor websites
 
Have you ever wished it were easier to find CAD models on distributor websites? We’ve got you!
 
Simply browse your favorite electronic component distributor website as you normally would. We’ll notify you when symbols, footprints and 3D models for the part you’re looking at are available, so you can download and place the part in your CAD tool instantly. 
 
✨  The SnapMagic Chrome Extensions allows you to :
    • Augment your favorite distributor websites with SnapMagic models automagically
    • Place CAD models to major PCB design tools, including Altium, Eagle, and KiCAD. More file formats to come soon!
    • If the symbol, footprint or 3D model for the part you need doesn’t exist yet, request it and get it in 24 hours
 
👋  Questions? Feedback? Latest News?
    • Use the chat bubble at the bottom right of our website (http://www.snapeda.com)
    • Email us at [email protected]
    • Follow us on LinkedIn (https://www.linkedin.com/company/snapeda/) and Twitter (https://twitter.com/snapeda?lang=en)

🤖  What is SnapMagic Search ? 
SnapMagic Search is a search engine for electronic design. We provide the data and CAD models engineers need to bring their products to life quickly. Our mission at SnapEDA is to help engineers design electronics faster by removing barriers, and we hope this SnapEDA Chrome Extension is another helpful tool to help you streamline your designs further.                    

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

ชื่อ SnapEDA SnapEDA
ID baemjgbkbdldejgjceijnbkigkgkppoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snapeda/baemjgbkbdldejgjceijnbkigkgkppoa
คำอธิบาย A new experience to help make your design a snap. Focus on design with ready-to-use PCB footprints and schematic symbols
ขนาดไฟล์ 357 KB
จำนวนการติดตั้ง 5,289
เวอร์ชันปัจจุบัน 1.0.1.25
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2021-03-01
คะแนน 4.72/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา SnapMagic Search
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://snapeda.com
URL หน้านโยบายความเป็นส่วนตัว https://www.snapeda.com/about/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SnapEDA",
    "version": "1.0.1.25",
    "description": "A new experience to help make your design a snap. Focus on design with ready-to-use PCB footprints and schematic symbols",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "assets\/icons\/*",
                "assets\/fonts\/*",
                "assets\/css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "assets\/js\/service_worker.js"
    },
    "icons": {
        "128": "assets\/icons\/favicon-supported.png"
    },
    "action": {
        "default_popup": "assets\/html\/popup.html",
        "default_icon": {
            "128": "assets\/icons\/favicon-unsupported.png"
        }
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}