Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Hvad er Open with Stackblitz?
Open with Stackblitz er en Chrome-udvidelse udviklet af yinjiazeng, og dens hovedfunktion er "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Udvidelsesskærmbilleder
Download Open with Stackblitz-udvidelses-CRX-fil
Download Open with Stackblitz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension can be clicked on the icon to open the Github repository using Stackblitz. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
| Officiel URL | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
| Beskrivelse | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
| Filstørrelse | 13.71 KB |
| Antal Installationer | 89 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2019-09-07 |
| Udgivelsesdato | 2019-09-06 |
| Udvikler | yinjiazeng |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |