| vscode-chrome-extesion-manifest-json-schema 
An extension to finally bring support for Chrome Extesions Manifest JSON schemas into Visual Studio Code   InstallationVia vscodeinterfaceClick the button in this screen if you're seeing the vscodeinterface. Via vscodemarketplaceLook for vscode-chrome-extesion-manifest-json-schema. Building from sourceIf you do not want to get this extension from the Marketplace you can get it from source like this: # Clone
git clone https://github.com/cezaraugusto/vscode-chrome-extesion-manifest-json-schema.git
# Navigate
cd vscode-chrome-extesion-manifest-json-schema
# Build
vsce package # needs vsce: npm install -g vsce
# Execute
code --install-extension vscode-chrome-extesion-manifest-json-schema-$VERSION$.vsix
# Uninstall
code --uninstall-extension vscode-chrome-extesion-manifest-json-schema-$VERSION$.vsix
 LicenseMIT (c) Cezar Augusto. |  |