Open with Stackblitz

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

Qu'est-ce que Open with Stackblitz ?

Open with Stackblitz est une extension Chrome développée par yinjiazeng, et sa fonction principale est "This extension can be clicked on the icon to open the Github repository using Stackblitz.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open with Stackblitz

Téléchargez les fichiers d'extension Open with Stackblitz 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

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

Informations de Base sur l'Extension

Nom Open with Stackblitz Open with Stackblitz
ID mlgfgpkgjjmdgnekcdidfjjoipeohifc
URL Officiel https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc
Description This extension can be clicked on the icon to open the Github repository using Stackblitz.
Taille du Fichier 13.71 KB
Nombre d'Installations 89
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-09-07
Date de Publication 2019-09-06
Développeur yinjiazeng
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}