CADLAB.io

Integrate your GitHub account with CADLAB.io and easily view or compare Altium, Eagle and KiCad PCB design revisions in a browser.

CADLAB.ioคืออะไร?

CADLAB.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cadlab.io และคุณลักษณะหลักของมันคือ "Integrate your GitHub account with CADLAB.io and easily view or compare Altium, Eagle and KiCad PCB design revisions in a browser."

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

screenshot
screenshot
screenshot

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

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

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

                        CADLAB.io is a cloud-based hardware development platform which provides engineers with an enhanced version control system and collaboration tools for hardware design. Based on Git, one of most popular version control systems for software, it allows you to keep native PCB design files in a repository and view, compare and comment on any part of a PCB in a browser. 

CADLAB.io can be easily integrated with GitHub and this extension adds a button to each schematic or board layout file in your GitHub repository, so that you can view or compare circuit revisions right from the GitHub project page.                    

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

ชื่อ CADLAB.io CADLAB.io
ID nlafhefelnfmdpkkhhcckfhnphjcgepm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cadlabio/nlafhefelnfmdpkkhhcckfhnphjcgepm
คำอธิบาย Integrate your GitHub account with CADLAB.io and easily view or compare Altium, Eagle and KiCad PCB design revisions in a browser.
ขนาดไฟล์ 53.01 KB
จำนวนการติดตั้ง 822
เวอร์ชันปัจจุบัน 1.6.8
อัปเดตครั้งล่าสุด 2021-06-17
วันที่เผยแพร่ 2020-06-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://cadlab.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cadlab.io
URL หน้านโยบายความเป็นส่วนตัว https://cadlab.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CADLAB.io",
    "description": "Integrate your GitHub account with CADLAB.io and easily view or compare Altium, Eagle and KiCad PCB design revisions in a browser.",
    "version": "1.6.8",
    "web_accessible_resources": [
        "img\/cadlab-icon-color.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "styles\/css\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "img\/cadlab-icon-16x16.png",
        "48": "img\/cadlab-icon-48x48.png",
        "128": "img\/cadlab-icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/inactive-icon.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/cadlab.io\/"
    ]
}