GitHub Hardware Viewer

Tool for viewing hardware design files on Github

GitHub Hardware Viewerとは何ですか?

GitHub Hardware ViewerはStephen Hawesによって開発されたChromeの拡張機能で、その主な機能は「Tool for viewing hardware design files on Github」です。

拡張機能のスクリーンショット

screenshot

GitHub Hardware Viewer拡張機能のCRXファイルをダウンロード

GitHub Hardware Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension for generating links in Github viewing PCB and 3D modeling files in-browser! No need to pull the repo to checkout hardware designs hosted in Github; just click the generated link next to the filename in a repo, and view the source immediately.                    

拡張機能の基本情報

名前 GitHub Hardware Viewer GitHub Hardware Viewer
ID oggfmoogaedapgampbfedliclpofigmn
公式URL https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn
説明 Tool for viewing hardware design files on Github
ファイルサイズ 26.82 KB
インストール数 145
現在のバージョン 1.1
最終更新日 2024-01-17
公開日 2024-01-16
評価 5.00/5 合計 3 レビュー
開発者 Stephen Hawes
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/opulo-inc/hardware-github-viewer
ヘルプページのURL https://github.com/opulo-inc/hardware-github-viewer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitHub Hardware Viewer",
    "description": "Tool for viewing hardware design files on Github",
    "version": "1.1",
    "action": {
        "default_popup": "hello.html",
        "default_icon": "opulo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "opulo.png"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}