GitHub Hardware Viewer
Tool for viewing hardware design files on Github
Vad är GitHub Hardware Viewer?
GitHub Hardware Viewer är en Chrome-tillägg utvecklad av Stephen Hawes, och dess huvudfunktion är "Tool for viewing hardware design files on Github".
Tilläggsskärmbilder
Ladda ner GitHub Hardware Viewer-förlängningens CRX-fil
Ladda ner GitHub Hardware Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | GitHub Hardware Viewer |
ID | oggfmoogaedapgampbfedliclpofigmn |
Officiell webbadress | https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn |
Beskrivning | Tool for viewing hardware design files on Github |
Filstorlek | 26.82 KB |
Antal Installationer | 145 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2024-01-17 |
Publiceringsdatum | 2024-01-16 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Stephen Hawes |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/opulo-inc/hardware-github-viewer |
Hjälpsida URL | https://github.com/opulo-inc/hardware-github-viewer |
Stödda Språk | 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\/*" ] } ] } |