Open in Code
This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
Wat is Open in Code?
Open in Code is een Chrome-extensie ontwikkeld door Mohamad Jahani, en de belangrijkste functie is "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Code
Download Open in 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
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 Basisinformatie over de Extensie
| Naam | |
| ID | pojigilicipchiacceabcigkhkjhdcie |
| Officiële URL | https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie |
| Beschrijving | This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code |
| Bestandsgrootte | 15.18 KB |
| Aantal Installaties | 255 |
| Huidige Versie | 0.2.3 |
| Laatst Bijgewerkt | 2017-05-28 |
| Publicatiedatum | 2017-05-27 |
| Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Mohamad Jahani |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mamal72/open-in-code |
| Help Pagina-URL | https://github.com/mamal72/open-in-code/issues |
| Ondersteunde Talen | 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\/*"
]
} | |