Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

What is Live Edit with Eclipse?

Live Edit with Eclipse is a Chrome extension developed by Kten, and its main feature is "Live Edit Plug-in with Eclipse by Kten".

Download Live Edit with Eclipse Extension CRX File

Download Live Edit with Eclipse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Extension supports Eclipse Plugin "Livedit"                    

Extension Basic Information

Name Live Edit with Eclipse Live Edit with Eclipse
ID lekiboppochablblcgkbjfipecaakgmj
Official URL https://chrome.google.com/webstore/detail/live-edit-with-eclipse/lekiboppochablblcgkbjfipecaakgmj
Description Live Edit Plug-in with Eclipse by Kten
File Size 91.58 KB
Installation Count 67
Current Version 1.0.6
Last Updated 2015-08-04
Publish Date 2015-08-04
Rating 5.00/5 Total 1 Ratings
Developer Kten
Payment Type free
Supported Languages 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"
    }
}