VS Code Lite

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

VS Code Lite란 무엇입니까?

VS Code Lite은(는) 陈海宏에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Code viewer and editor for your browser, like VS Code!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VS Code Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        在只有谷歌浏览器(或其他Chromium浏览器)的情况下,可以通过安装该扩展来阅读代码、编写代码。                    

확장 프로그램 기본 정보

이름 VS Code Lite VS Code Lite
ID ijkfhaekoppdoonelabablnmegmcpbna
공식 URL https://chromewebstore.google.com/detail/vs-code-lite/ijkfhaekoppdoonelabablnmegmcpbna
설명 Code viewer and editor for your browser, like VS Code!
파일 크기 3.28 MB
설치 횟수 84
현재 버전 1.0.4
최근 업데이트 2020-04-29
출시 날짜 2020-04-29
개발자 陈海宏
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tiiit.cn/
개인정보 보호 정책 페이지 URL https://www.tiiit.cn
지원되는 언어 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'"
}