VS Code Lite

Code viewer and editor for your browser, like VS Code!

What is VS Code Lite?

VS Code Lite is a Chrome extension developed by 陈海宏, and its main feature is "Code viewer and editor for your browser, like VS Code!".

Extension Screenshots

screenshot
screenshot
screenshot

Download VS Code Lite Extension CRX File

Download VS Code 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 VS Code Lite VS Code Lite
ID ijkfhaekoppdoonelabablnmegmcpbna
Official URL https://chromewebstore.google.com/detail/vs-code-lite/ijkfhaekoppdoonelabablnmegmcpbna
Description Code viewer and editor for your browser, like VS Code!
File Size 3.28 MB
Installation Count 84
Current Version 1.0.4
Last Updated 2020-04-29
Publish Date 2020-04-29
Developer 陈海宏
Email [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": "VS Code Lite",
    "version": "1.0.4",
    "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": "VS Code Lite"
    },
    "permissions": [
        "downloads"
    ],
    "homepage_url": "https:\/\/www.tiiit.cn",
    "default_locale": "zh_CN",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}