GitHub to Code
Allows developers to open GitHub repositories locally within Visual Studio Code.
Hvad er GitHub to Code?
GitHub to Code er en Chrome-udvidelse udviklet af maxchehab, og dens hovedfunktion er "Allows developers to open GitHub repositories locally within Visual Studio Code.".
Udvidelsesskærmbilleder
Download GitHub to Code-udvidelses-CRX-fil
Download GitHub to Code-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Features:
- Custom keyboard shortcut
- Fast setup
- Open from file page, inline markdown, or a code review Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nmhejamhnhhhegjaalgklaeeladhkaph |
| Officiel URL | https://chrome.google.com/webstore/detail/github-to-code/nmhejamhnhhhegjaalgklaeeladhkaph |
| Beskrivelse | Allows developers to open GitHub repositories locally within Visual Studio Code. |
| Filstørrelse | 6.05 MB |
| Antal Installationer | 139 |
| Nuværende Version | 0.0.4 |
| Senest Opdateret | 2019-10-08 |
| Udgivelsesdato | 2019-10-08 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | maxchehab |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/maxchehab/gh-code |
| Hjælpeside-URL | https://github.com/maxchehab/gh-code |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitHub to Code",
"version": "0.0.4",
"description": "Allows developers to open GitHub repositories locally within Visual Studio Code.",
"icons": {
"48": "icons\/code-logo.png"
},
"applications": {
"gecko": {
"id": "{b58eb207-8f2e-41ce-a28e-3046f1e92a5f}"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.github.com\/*"
],
"js": [
".\/common\/utils\/polyfill.util.js",
".\/extension\/content.js"
]
}
],
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs",
" | |