Open GitHub in VS Code
Open GitHub repository in VS Code within browser
Cos'è Open GitHub in VS Code?
Open GitHub in VS Code è un'estensione di Chrome sviluppata da Anton Isaiev, e la sua funzione principale è "Open GitHub repository in VS Code within browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open GitHub in VS Code
Scarica i file di estensione Open GitHub in VS Code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Open GitHub in VS Code |
ID | pnhnmmcigmleaooedjnodnioapklfngc |
URL Ufficiale | https://chromewebstore.google.com/detail/open-github-in-vs-code/pnhnmmcigmleaooedjnodnioapklfngc |
Descrizione | Open GitHub repository in VS Code within browser |
Dimensione del File | 30.39 KB |
Conteggio Installazioni | 1,087 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-02-13 |
Data di Pubblicazione | 2021-02-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Anton Isaiev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |