Open GitHub in VS Code
Open GitHub repository in VS Code within browser
Wat is Open GitHub in VS Code?
Open GitHub in VS Code is een Chrome-extensie ontwikkeld door Anton Isaiev, en de belangrijkste functie is "Open GitHub repository in VS Code within browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Open GitHub in VS Code
Download Open GitHub in VS Code-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
Just click on "Open in VS Code" button. Based on https://github.com/conwnet/github1s Extension repo: https://github.com/aisaiev/open-github-in-vscode
Basisinformatie over de Extensie
Naam | Open GitHub in VS Code |
ID | pnhnmmcigmleaooedjnodnioapklfngc |
Officiële URL | https://chromewebstore.google.com/detail/open-github-in-vs-code/pnhnmmcigmleaooedjnodnioapklfngc |
Beschrijving | Open GitHub repository in VS Code within browser |
Bestandsgrootte | 30.39 KB |
Aantal Installaties | 1,087 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-13 |
Publicatiedatum | 2021-02-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Anton Isaiev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open GitHub in VS Code", "short_name": "Open GitHub in VS Code", "description": "Open GitHub repository in VS Code within browser", "author": "Anton Isaiev", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" } } |