Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Cos'è Open with Stackblitz?
Open with Stackblitz è un'estensione di Chrome sviluppata da yinjiazeng, e la sua funzione principale è "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open with Stackblitz
Scarica i file di estensione Open with 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 can be clicked on the icon to open the Github repository using Stackblitz.
Informazioni di Base sull'Estensione
Nome | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
URL Ufficiale | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Descrizione | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
Dimensione del File | 13.71 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-09-07 |
Data di Pubblicazione | 2019-09-06 |
Sviluppatore | yinjiazeng |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |