Open in StackBlitz
Adds an open in StackBlitz button to Github Repos
Cos'è Open in StackBlitz?
Open in StackBlitz è un'estensione di Chrome sviluppata da Baljeet Singh, e la sua funzione principale è "Adds an open in StackBlitz button to Github Repos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open in StackBlitz
Scarica i file di estensione Open in StackBlitz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        This extension adds a button to all github repos that will open that repo in StackBlitz in a new window                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | biocgmgmpiglbdffjdbciegmpfnmfgmb | 
| URL Ufficiale | https://chromewebstore.google.com/detail/open-in-stackblitz/biocgmgmpiglbdffjdbciegmpfnmfgmb | 
| Descrizione | Adds an open in StackBlitz button to Github Repos | 
| Dimensione del File | 21.46 KB | 
| Conteggio Installazioni | 213 | 
| Versione Corrente | 1.0.1 | 
| Ultimo Aggiornamento | 2018-10-20 | 
| Data di Pubblicazione | 2018-10-20 | 
| Sviluppatore | Baljeet Singh | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in StackBlitz",
    "short_name": "StackBlitz",
    "version": "1.0.1",
    "description": "Adds an open in StackBlitz button to Github Repos",
    "homepage_url": "https:\/\/stackblitz.io",
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}  |  |