Open GitHub in VS Code

Open GitHub repository in VS Code within browser

Qu'est-ce que Open GitHub in VS Code ?

Open GitHub in VS Code est une extension Chrome développée par Anton Isaiev, et sa fonction principale est "Open GitHub repository in VS Code within browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open GitHub in VS Code

Téléchargez les fichiers d'extension Open GitHub in VS Code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Open GitHub in VS Code Open GitHub in VS Code
ID pnhnmmcigmleaooedjnodnioapklfngc
URL Officiel https://chromewebstore.google.com/detail/open-github-in-vs-code/pnhnmmcigmleaooedjnodnioapklfngc
Description Open GitHub repository in VS Code within browser
Taille du Fichier 30.39 KB
Nombre d'Installations 1,087
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-13
Date de Publication 2021-02-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Anton Isaiev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}