VSCode

Multiple vscode features to enable in chrome

Wat is VSCode?

VSCode is een Chrome-extensie ontwikkeld door Dovocode, en de belangrijkste functie is "Multiple vscode features to enable in chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VSCode

Download VSCode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam VSCode VSCode
ID cnjdclifomkhdabjfmgkdmohcmiflfpa
Officiële URL https://chrome.google.com/webstore/detail/vscode/cnjdclifomkhdabjfmgkdmohcmiflfpa
Beschrijving Multiple vscode features to enable in chrome
Bestandsgrootte 16.73 KB
Aantal Installaties 56
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-07-20
Publicatiedatum 2021-07-20
Ontwikkelaar Dovocode
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}