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
官方網址 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"
    }
}