Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

什么是Live Edit with Eclipse?

Live Edit with Eclipse是由Kten开发的Chrome扩展程序,该扩展的主要功能是“Live Edit Plug-in with Eclipse by Kten”。

下载Live Edit with Eclipse扩展crx文件

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

扩展使用说明

                        This Extension supports Eclipse Plugin "Livedit"                    

扩展基本信息

名称 Live Edit with Eclipse Live Edit with Eclipse
ID lekiboppochablblcgkbjfipecaakgmj
官方URL https://chrome.google.com/webstore/detail/live-edit-with-eclipse/lekiboppochablblcgkbjfipecaakgmj
简介 Live Edit Plug-in with Eclipse by Kten
文件大小 91.58 KB
安装次数 67
当前版本 1.0.6
更新时间 2015-08-04
上架时间 2015-08-04
评分 5.00/5 共1次评分
开发者 Kten
付费类型 free
支持的语言 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Edit with Eclipse",
    "description": "Live Edit Plug-in with Eclipse by Kten",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": "image\/thumbnailIcon.png"
    },
    "background": {
        "page": "page\/main.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery-1.11.3.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "contextMenus",
        "debugger"
    ],
    "icons": {
        "16": "image\/thumbnailIcon.png",
        "128": "image\/thumbnailIcon.png"
    }
}