VSCode

Multiple vscode features to enable in chrome

What is VSCode?

VSCode is a Chrome extension developed by Dovocode, and its main feature is "Multiple vscode features to enable in chrome".

Extension Screenshots

screenshot

Download VSCode Extension CRX File

Download VSCode 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

                        - Add open in vscode in github
- Option to change vscode to vscode insiders links                    

Extension Basic Information

Name VSCode VSCode
ID cnjdclifomkhdabjfmgkdmohcmiflfpa
Official URL https://chrome.google.com/webstore/detail/vscode/cnjdclifomkhdabjfmgkdmohcmiflfpa
Description Multiple vscode features to enable in chrome
File Size 16.73 KB
Installation Count 56
Current Version 0.0.1
Last Updated 2021-07-20
Publish Date 2021-07-20
Developer Dovocode
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VSCode",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Multiple vscode features to enable in chrome",
    "homepage_url": "http:\/\/dovocode.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}