Open in Code

This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code

什么是Open in Code?

Open in Code是由Mohamad Jahani开发的Chrome扩展程序,该扩展的主要功能是“This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code”。

扩展截图

screenshot

下载Open in Code扩展crx文件

下载Open in Code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Open in Code Open in Code
ID pojigilicipchiacceabcigkhkjhdcie
官方URL https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie
简介 This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
文件大小 15.18 KB
安装次数 255
当前版本 0.2.3
更新时间 2017-05-28
上架时间 2017-05-27
评分 2.67/5 共3次评分
开发者 Mohamad Jahani
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mamal72/open-in-code
帮助页面URL https://github.com/mamal72/open-in-code/issues
支持的语言 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\/*"
    ]
}