Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
O que é Open with Stackblitz?
Open with Stackblitz é uma extensão do Chrome desenvolvida por yinjiazeng, e sua principal característica é "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Open with Stackblitz
Baixe arquivos de extensão Open with 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
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Informações Básicas da Extensão
Nome | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
URL Oficial | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Descrição | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
Tamanho do Arquivo | 13.71 KB |
Contagem de Instalações | 89 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-09-07 |
Data de Publicação | 2019-09-06 |
Desenvolvedor | yinjiazeng |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open with Stackblitz", "description": "This extension can be clicked on the icon to open the Github repository using Stackblitz.", "version": "1.0.0", "browser_action": { "default_icon": { "16": "icons\/16_disable.png", "48": "icons\/48_disable.png", "128": "icons\/128_disable.png" } }, "icons": { "16": "icons\/16_enable.png", "48": "icons\/48_enable.png", "128": "icons\/128_enable.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "manifest_version": 2 } |