All Projects → FabianLauer → Chrome Vs Code

FabianLauer / Chrome Vs Code

Licence: mit
A web browser integrated in VS Code editor tabs. ☢️ experimental ☢️

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Chrome Vs Code

Vscode Browse Lite
🚀 An embedded browser in VS Code
Stars: ✭ 134 (-61.82%)
Mutual labels:  vscode, vscode-extension, browser
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: ✭ 108 (-69.23%)
Mutual labels:  vscode, vscode-extension, plugin
project-japanese-proofreading
テキストファイルやMarkdownファイルの日本語の文章をチェックするVS Codeの拡張機能
Stars: ✭ 81 (-76.92%)
Mutual labels:  vscode, vscode-extension
vscode-ecsstractor
Extracting selectors from HTML / JSX / TSX and generate CSS file.
Stars: ✭ 45 (-87.18%)
Mutual labels:  vscode, vscode-extension
vscode-snippet-generator
📜 Generate snippets from code in VSCode
Stars: ✭ 31 (-91.17%)
Mutual labels:  vscode, vscode-extension
vscode-less
🔌 Less intellisense for Variables and Mixins in all Less files.
Stars: ✭ 21 (-94.02%)
Mutual labels:  vscode, vscode-extension
vscode-requirejs
Provides goto definition functionality for require js modules.
Stars: ✭ 20 (-94.3%)
Mutual labels:  vscode, vscode-extension
vscode-appcelerator-titanium
Appcelerator development tools and UI package for Visual Studio Code.
Stars: ✭ 35 (-90.03%)
Mutual labels:  vscode, vscode-extension
Vshaxe
Haxe Support for Visual Studio Code
Stars: ✭ 234 (-33.33%)
Mutual labels:  vscode, vscode-extension
Vscode Icons
Icons for Visual Studio Code
Stars: ✭ 3,160 (+800.28%)
Mutual labels:  vscode, vscode-extension
Vscode Restclient
REST Client Extension for Visual Studio Code
Stars: ✭ 3,289 (+837.04%)
Mutual labels:  vscode, vscode-extension
Vue Vscode Extensionpack
The extensions I use when developing a Vue application with VS Code
Stars: ✭ 264 (-24.79%)
Mutual labels:  vscode, vscode-extension
Vscode Deno
[Deprecated] Move to https://github.com/denoland/vscode_deno
Stars: ✭ 249 (-29.06%)
Mutual labels:  vscode, vscode-extension
Vscode Live Server
Launch a development local Server with live reload feature for static & dynamic pages.
Stars: ✭ 3,275 (+833.05%)
Mutual labels:  vscode, vscode-extension
vscode-angular-html
Angular syntax highlighting for HTML templates
Stars: ✭ 35 (-90.03%)
Mutual labels:  vscode, vscode-extension
Vscode Comment Translate
vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。
Stars: ✭ 235 (-33.05%)
Mutual labels:  vscode, vscode-extension
VSCode-Anywhere
VSCode with preconfigured tools for your programming languages : binaries, settings, extensions and documentations
Stars: ✭ 26 (-92.59%)
Mutual labels:  vscode, vscode-extension
Vscode Reveal
Revealjs vsCode extension
Stars: ✭ 298 (-15.1%)
Mutual labels:  vscode, vscode-extension
Typescript Hero
VSCode extension that assists you with your everyday work around typescript
Stars: ✭ 222 (-36.75%)
Mutual labels:  vscode, vscode-extension
Vscode Jupyter
VS Code Jupyter extension
Stars: ✭ 216 (-38.46%)
Mutual labels:  vscode, vscode-extension

 Chrome VS Code PREVIEW

Google Chrome for Visual Studio Code.

First things first: This is a preview.

Chrome VS Code is currently an early version of what could become a very handy extension for many Visual Studio Code users. Chrome VS Code has to work around content security policies to escape VS Code's sandbox though, which means that security concerns are yet to be resolved. To limit these concerns, the following precautions are taken:

  • No cookies as of yet. This means you can't log in anywhere.
  • No local storage, session storage, etc.

This means, there is no such thing as safe browsing. Make sure you're fine with the risk before you install and use it. Also, you are very likely to encounter bugs — please be a dear and report them over at GitHub. Or why not submit a PR or two? 😉


Screenshot

Key Features

👌 stable     ⚒ experimental     ✋ not implemented

Status Feature
Browse to http:// and https:// URLs
Browse to file:// URLs
👌 Use address bar to search the web with your favorite search engine
👌 Open in normal and split view
👌 Customizable homepage
👌 VS Code dark theme
👌 VS Code light theme
VS Code high-contrast theme
Validate HTTPS certificates
Cookies (this means you can't log in anywhere)
Open selected URL
Open PDFs
Find in page

Known Issues

Unfortunately, some issues are probably here to stay:

  • Tab rebuilds after being hidden or dragged #15437

How Chrome VS Code escapes the sandbox

VS Code has the capability of showing so called virtual documents in editor tabs. They are normally used to render previews for HTML, CSS, SVG, Markdown files and so on. Chrome VS Code renders its GUI inside such a virtual document.

Virtual documents live in a sandbox, though. This means that communication with a virtual document via JavaScript is limited by the same origin policy, thus just loading any website, say google.com, inside a virtual document will immediately prevent the JavaScript code 'surrounding' the virtual document from accessing the loaded web page. This is where it becomes tricky: In order for a browser to control web pages (UI and code injection), both the browser and the webpage must be loaded from the same origin.

To do this, Chrome VS Code runs a proxy server in the extension process through which requests are redirected. While not particularly elegant, it allows to circumvent the SOP.

Contributing

You're welcome to submit issues and PRs on GitHub — don't be shy!

License

MIT. See LICENSE file.

Disclaimer

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Screenshots

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].