Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Wat is Open with Stackblitz?
Open with Stackblitz is een Chrome-extensie ontwikkeld door yinjiazeng, en de belangrijkste functie is "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open with Stackblitz
Download Open with Stackblitz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension can be clicked on the icon to open the Github repository using Stackblitz. Basisinformatie over de Extensie
| Naam | |
| ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
| Officiële URL | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
| Beschrijving | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
| Bestandsgrootte | 13.71 KB |
| Aantal Installaties | 89 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-09-07 |
| Publicatiedatum | 2019-09-06 |
| Ontwikkelaar | yinjiazeng |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |