GitHub to Code
Allows developers to open GitHub repositories locally within Visual Studio Code.
Wat is GitHub to Code?
GitHub to Code is een Chrome-extensie ontwikkeld door maxchehab, en de belangrijkste functie is "Allows developers to open GitHub repositories locally within Visual Studio Code.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub to Code
Download GitHub to 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
Features:
- Custom keyboard shortcut
- Fast setup
- Open from file page, inline markdown, or a code review Basisinformatie over de Extensie
| Naam | |
| ID | nmhejamhnhhhegjaalgklaeeladhkaph |
| Officiële URL | https://chrome.google.com/webstore/detail/github-to-code/nmhejamhnhhhegjaalgklaeeladhkaph |
| Beschrijving | Allows developers to open GitHub repositories locally within Visual Studio Code. |
| Bestandsgrootte | 6.05 MB |
| Aantal Installaties | 139 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2019-10-08 |
| Publicatiedatum | 2019-10-08 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | maxchehab |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/maxchehab/gh-code |
| Help Pagina-URL | https://github.com/maxchehab/gh-code |
| Ondersteunde Talen | 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",
" | |