GitHub Hardware Viewer
Tool for viewing hardware design files on Github
Qu'est-ce que GitHub Hardware Viewer ?
GitHub Hardware Viewer est une extension Chrome développée par Stephen Hawes, et sa fonction principale est "Tool for viewing hardware design files on Github".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Hardware Viewer
Téléchargez les fichiers d'extension GitHub Hardware Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GitHub Hardware Viewer |
ID | oggfmoogaedapgampbfedliclpofigmn |
URL Officiel | https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn |
Description | Tool for viewing hardware design files on Github |
Taille du Fichier | 26.82 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2024-01-17 |
Date de Publication | 2024-01-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Stephen Hawes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/opulo-inc/hardware-github-viewer |
URL de la Page d'Aide | https://github.com/opulo-inc/hardware-github-viewer |
Langues Prises en Charge | 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\/*" ] } ] } |