Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Vad är Open with Stackblitz?
Open with Stackblitz är en Chrome-tillägg utvecklad av yinjiazeng, och dess huvudfunktion är "This extension can be clicked on the icon to open the Github repository using Stackblitz.".
Tilläggsskärmbilder
Ladda ner Open with Stackblitz-förlängningens CRX-fil
Ladda ner Open with Stackblitz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Grundläggande Information om Tillägg
Namn | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Officiell webbadress | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
Beskrivning | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
Filstorlek | 13.71 KB |
Antal Installationer | 89 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-09-07 |
Publiceringsdatum | 2019-09-06 |
Utvecklare | yinjiazeng |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |