GitHub Hardware Viewer
Tool for viewing hardware design files on Github
Co je GitHub Hardware Viewer?
GitHub Hardware Viewer je rozšíření Chrome vyvinuté Stephen Hawes, a jeho hlavní funkcí je „Tool for viewing hardware design files on Github“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Hardware Viewer
Stáhněte si soubory rozšíření GitHub Hardware Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GitHub Hardware Viewer |
ID | oggfmoogaedapgampbfedliclpofigmn |
Oficiální URL | https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn |
Popis | Tool for viewing hardware design files on Github |
Velikost souboru | 26.82 KB |
Počet instalací | 145 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2024-01-17 |
Datum Vydání | 2024-01-16 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Stephen Hawes |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/opulo-inc/hardware-github-viewer |
URL Stránky Nápovědy | https://github.com/opulo-inc/hardware-github-viewer |
Podporované Jazyky | 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\/*" ] } ] } |