GitHub to Code
Allows developers to open GitHub repositories locally within Visual Studio Code.
Vad är GitHub to Code?
GitHub to Code är en Chrome-tillägg utvecklad av maxchehab, och dess huvudfunktion är "Allows developers to open GitHub repositories locally within Visual Studio Code.".
Tilläggsskärmbilder
Ladda ner GitHub to Code-förlängningens CRX-fil
Ladda ner GitHub to Code-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Features: - Custom keyboard shortcut - Fast setup - Open from file page, inline markdown, or a code review
Grundläggande Information om Tillägg
Namn | |
ID | nmhejamhnhhhegjaalgklaeeladhkaph |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-to-code/nmhejamhnhhhegjaalgklaeeladhkaph |
Beskrivning | Allows developers to open GitHub repositories locally within Visual Studio Code. |
Filstorlek | 6.05 MB |
Antal Installationer | 139 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2019-10-08 |
Publiceringsdatum | 2019-10-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | maxchehab |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/maxchehab/gh-code |
Hjälpsida URL | https://github.com/maxchehab/gh-code |
Stödda Språk | 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", " |