VSCode Lite
Code viewer and editor for your browser, like VSCode!
What is VSCode Lite?
VSCode Lite is a Chrome extension developed by 陈海宏, and its main feature is "Code viewer and editor for your browser, like VSCode!".
Extension Screenshots
Download VSCode Lite Extension CRX File
Download VSCode Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
在只有谷歌浏览器(或其他Chromium浏览器)的情况下,可以通过安装该扩展来阅读代码、编写代码。
Extension Basic Information
Name | VSCode Lite |
ID | bjppllabapjbjgccnoohbbcidpgfipne |
Official URL | https://chromewebstore.google.com/detail/vscode-lite/bjppllabapjbjgccnoohbbcidpgfipne |
Description | Code viewer and editor for your browser, like VSCode! |
File Size | 2.33 MB |
Installation Count | 97 |
Current Version | 1.0.1 |
Last Updated | 2020-03-23 |
Publish Date | 2020-03-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 陈海宏 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tiiit.cn/ |
Privacy Policy Page URL | https://www.tiiit.cn |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VSCode Lite", "version": "1.0.1", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "VSCode Lite" }, "permissions": [ "tabs" ], "homepage_url": "https:\/\/www.tiiit.cn", "default_locale": "zh_CN" } |