Open in Code
This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
Hvad er Open in Code?
Open in Code er en Chrome-udvidelse udviklet af Mohamad Jahani, og dens hovedfunktion er "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code".
Udvidelsesskærmbilleder
Download Open in Code-udvidelses-CRX-fil
Download Open in 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
This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code.
This project is a free software. The source code is available in the following repository under MIT license.
https://github.com/mamal72/open-in-code Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pojigilicipchiacceabcigkhkjhdcie |
| Officiel URL | https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie |
| Beskrivelse | This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code |
| Filstørrelse | 15.18 KB |
| Antal Installationer | 255 |
| Nuværende Version | 0.2.3 |
| Senest Opdateret | 2017-05-28 |
| Udgivelsesdato | 2017-05-27 |
| Bedømmelse | 2.67/5 Samlet 3 Bedømmelser |
| Udvikler | Mohamad Jahani |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/mamal72/open-in-code |
| Hjælpeside-URL | https://github.com/mamal72/open-in-code/issues |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open in Code",
"version": "0.2.3",
"manifest_version": 2,
"description": "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code",
"homepage_url": "https:\/\/github.com\/mamal72\/open-in-code",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Open in Code"
},
"permissions": [
"tabs",
"downloads",
"downloads.shelf",
"https:\/\/github.com\/*"
]
} | |