GitHub Hardware Viewer
Tool for viewing hardware design files on Github
What is GitHub Hardware Viewer?
GitHub Hardware Viewer is a Chrome extension developed by Stephen Hawes, and its main feature is "Tool for viewing hardware design files on Github".
Extension Screenshots
Download GitHub Hardware Viewer Extension CRX File
Download GitHub Hardware Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GitHub Hardware Viewer |
ID | oggfmoogaedapgampbfedliclpofigmn |
Official URL | https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn |
Description | Tool for viewing hardware design files on Github |
File Size | 26.82 KB |
Installation Count | 145 |
Current Version | 1.1 |
Last Updated | 2024-01-17 |
Publish Date | 2024-01-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Stephen Hawes |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/opulo-inc/hardware-github-viewer |
Help Page URL | https://github.com/opulo-inc/hardware-github-viewer |
Supported Languages | 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\/*" ] } ] } |