Open GitHub in VS Code
Open GitHub repository in VS Code within browser
Co to jest Open GitHub in VS Code?
Open GitHub in VS Code to rozszerzenie Chrome opracowane przez Anton Isaiev, a jego główną funkcją jest „Open GitHub repository in VS Code within browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open GitHub in VS Code
Pobierz pliki rozszerzeń Open GitHub in VS Code w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Open GitHub in VS Code |
ID | pnhnmmcigmleaooedjnodnioapklfngc |
Oficjalny URL | https://chromewebstore.google.com/detail/open-github-in-vs-code/pnhnmmcigmleaooedjnodnioapklfngc |
Opis | Open GitHub repository in VS Code within browser |
Rozmiar pliku | 30.39 KB |
Liczba instalacji | 1,087 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-02-13 |
Data Publikacji | 2021-02-12 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Anton Isaiev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |