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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}