Open In Editor

Extends the Developer Tools, adding an ability to open resources in an editor.

什么是Open In Editor?

Open In Editor是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Extends the Developer Tools, adding an ability to open resources in an editor.”。

扩展截图

screenshot

下载Open In Editor扩展crx文件

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

扩展使用说明

                        This is a companion extension for https://www.npmjs.com/package/open-in-editor-connect middleware. It adds the "Open in Editor" item to the context menus of the Chrome DevTools to open files in an external editor quickly.                    

扩展基本信息

名称 Open In Editor Open In Editor
ID fmgbklepjbpnmgplnabblaehammnbmgg
官方URL https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg
简介 Extends the Developer Tools, adding an ability to open resources in an editor.
文件大小 11.06 KB
安装次数 77
当前版本 1.0.3
更新时间 2018-02-17
上架时间 2018-02-16
评分 2.33/5 共3次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/generalov/open-in-editor-extension
帮助页面URL https://github.com/generalov/open-in-editor-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Editor",
    "version": "1.0.3",
    "description": "Extends the Developer Tools, adding an ability to open resources in an editor.",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}