Github to Stackblitz
Add a button in github that open the current project into Stackblitz
Cos'è Github to Stackblitz?
Github to Stackblitz è un'estensione di Chrome sviluppata da alain21218, e la sua funzione principale è "Add a button in github that open the current project into Stackblitz".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github to Stackblitz
Scarica i file di estensione Github to 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
Informazioni di Base sull'Estensione
Nome | |
ID | jogplfjfklbkeihnmnfkccbgceaohlhm |
URL Ufficiale | https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm |
Descrizione | Add a button in github that open the current project into Stackblitz |
Dimensione del File | 18.76 KB |
Conteggio Installazioni | 190 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-06-17 |
Data di Pubblicazione | 2018-06-17 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | alain21218 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |