Open with Stackblitz

This extension can be clicked on the icon to open the Github repository using Stackblitz.

¿Qué es Open with Stackblitz?

Open with Stackblitz es una extensión de Chrome desarrollada por yinjiazeng, y su función principal es "This extension can be clicked on the icon to open the Github repository using Stackblitz.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Open with Stackblitz

Descarga archivos de extensión Open with Stackblitz en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension can be clicked on the icon to open the Github repository using Stackblitz.                    

Información Básica de la Extensión

Nombre Open with Stackblitz Open with Stackblitz
ID mlgfgpkgjjmdgnekcdidfjjoipeohifc
URL Oficial https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc
Descripción This extension can be clicked on the icon to open the Github repository using Stackblitz.
Tamaño del Archivo 13.71 KB
Cantidad de Instalaciones 89
Versión Actual 1.0.0
Última Actualización 2019-09-07
Fecha de Publicación 2019-09-06
Desarrollador yinjiazeng
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}