GitHub to Code
Allows developers to open GitHub repositories locally within Visual Studio Code.
Qu'est-ce que GitHub to Code ?
GitHub to Code est une extension Chrome développée par maxchehab, et sa fonction principale est "Allows developers to open GitHub repositories locally within Visual Studio Code.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub to Code
Téléchargez les fichiers d'extension GitHub to 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
Features: - Custom keyboard shortcut - Fast setup - Open from file page, inline markdown, or a code review
Informations de Base sur l'Extension
Nom | |
ID | nmhejamhnhhhegjaalgklaeeladhkaph |
URL Officiel | https://chrome.google.com/webstore/detail/github-to-code/nmhejamhnhhhegjaalgklaeeladhkaph |
Description | Allows developers to open GitHub repositories locally within Visual Studio Code. |
Taille du Fichier | 6.05 MB |
Nombre d'Installations | 139 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2019-10-08 |
Date de Publication | 2019-10-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | maxchehab |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/maxchehab/gh-code |
URL de la Page d'Aide | https://github.com/maxchehab/gh-code |
Langues Prises en Charge | 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", " |