GitHub Hardware Viewer

Tool for viewing hardware design files on Github

O que é GitHub Hardware Viewer?

GitHub Hardware Viewer é uma extensão do Chrome desenvolvida por Stephen Hawes, e sua principal característica é "Tool for viewing hardware design files on Github".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GitHub Hardware Viewer

Baixe arquivos de extensão GitHub Hardware Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GitHub Hardware Viewer GitHub Hardware Viewer
ID oggfmoogaedapgampbfedliclpofigmn
URL Oficial https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn
Descrição Tool for viewing hardware design files on Github
Tamanho do Arquivo 26.82 KB
Contagem de Instalações 145
Versão Atual 1.1
Última Atualização 2024-01-17
Data de Publicação 2024-01-16
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Stephen Hawes
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/opulo-inc/hardware-github-viewer
URL da Página de Ajuda https://github.com/opulo-inc/hardware-github-viewer
Idiomas Suportados 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\/*"
            ]
        }
    ]
}