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是由https://cadlab.io開發的Chrome擴展程式,該擴展的主要功能是“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

下載CADLAB.io擴展crx文件

下載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
官方網址 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\/"
    ]
}