Github to Stackblitz

Add a button in github that open the current project into Stackblitz

O que é Github to Stackblitz?

Github to Stackblitz é uma extensão do Chrome desenvolvida por alain21218, e sua principal característica é "Add a button in github that open the current project into Stackblitz".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Github to Stackblitz

Baixe arquivos de extensão Github to Stackblitz 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

                                            

Informações Básicas da Extensão

Nome Github to Stackblitz Github to Stackblitz
ID jogplfjfklbkeihnmnfkccbgceaohlhm
URL Oficial https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm
Descrição Add a button in github that open the current project into Stackblitz
Tamanho do Arquivo 18.76 KB
Contagem de Instalações 190
Versão Atual 1.0
Última Atualização 2018-06-17
Data de Publicação 2018-06-17
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor alain21218
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github to Stackblitz",
    "version": "1.0",
    "description": "Add a button in github that open the current project into Stackblitz",
    "icons": {
        "48": "logo.png"
    },
    "web_accessible_resources": [
        "logo.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "button.js"
            ]
        }
    ]
}