Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

Hvad er Live Edit with Eclipse?

Live Edit with Eclipse er en Chrome-udvidelse udviklet af Kten, og dens hovedfunktion er "Live Edit Plug-in with Eclipse by Kten".

Download Live Edit with Eclipse-udvidelses-CRX-fil

Download Live Edit with Eclipse-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This Extension supports Eclipse Plugin "Livedit"                    

Grundlæggende oplysninger om udvidelsen

Navn Live Edit with Eclipse Live Edit with Eclipse
ID lekiboppochablblcgkbjfipecaakgmj
Officiel URL https://chrome.google.com/webstore/detail/live-edit-with-eclipse/lekiboppochablblcgkbjfipecaakgmj
Beskrivelse Live Edit Plug-in with Eclipse by Kten
Filstørrelse 91.58 KB
Antal Installationer 67
Nuværende Version 1.0.6
Senest Opdateret 2015-08-04
Udgivelsesdato 2015-08-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Kten
Betalingsmetode free
Understøttede Sprog 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"
    }
}