Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

Live Edit with Eclipseคืออะไร?

Live Edit with Eclipse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kten และคุณลักษณะหลักของมันคือ "Live Edit Plug-in with Eclipse by Kten"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Edit with Eclipse

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}