VSCode
Multiple vscode features to enable in chrome
Was ist VSCode?
VSCode ist eine Chrome-Erweiterung, die von Dovocode entwickelt wurde, und ihr Hauptmerkmal ist "Multiple vscode features to enable in chrome".
Erweiterungsscreenshots
VSCode-Erweiterungs-CRX-Datei herunterladen
Laden Sie VSCode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- Add open in vscode in github - Option to change vscode to vscode insiders links
Grundlegende Informationen zur Erweiterung
Name | |
ID | cnjdclifomkhdabjfmgkdmohcmiflfpa |
Offizielle URL | https://chrome.google.com/webstore/detail/vscode/cnjdclifomkhdabjfmgkdmohcmiflfpa |
Beschreibung | Multiple vscode features to enable in chrome |
Dateigröße | 16.73 KB |
Installationsanzahl | 56 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-07-20 |
Veröffentlichungsdatum | 2021-07-20 |
Entwickler | Dovocode |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |