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 |
官方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 |
电子邮箱 | [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\/*" ] } ] } |