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”。
擴展截圖
下載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 |
ID | oggfmoogaedapgampbfedliclpofigmn |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |