GitHub Hardware Viewer
Tool for viewing hardware design files on Github
Cos'è GitHub Hardware Viewer?
GitHub Hardware Viewer è un'estensione di Chrome sviluppata da Stephen Hawes, e la sua funzione principale è "Tool for viewing hardware design files on Github".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Hardware Viewer
Scarica i file di estensione GitHub Hardware Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GitHub Hardware Viewer |
ID | oggfmoogaedapgampbfedliclpofigmn |
URL Ufficiale | https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn |
Descrizione | Tool for viewing hardware design files on Github |
Dimensione del File | 26.82 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2024-01-17 |
Data di Pubblicazione | 2024-01-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Stephen Hawes |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/opulo-inc/hardware-github-viewer |
URL della Pagina di Aiuto | https://github.com/opulo-inc/hardware-github-viewer |
Lingue Supportate | 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\/*" ] } ] } |