Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

Vad är Live Edit with Eclipse?

Live Edit with Eclipse är en Chrome-tillägg utvecklad av Kten, och dess huvudfunktion är "Live Edit Plug-in with Eclipse by Kten".

Ladda ner Live Edit with Eclipse-förlängningens CRX-fil

Ladda ner Live Edit with Eclipse-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This Extension supports Eclipse Plugin "Livedit"                    

Grundläggande Information om Tillägg

Namn Live Edit with Eclipse Live Edit with Eclipse
ID lekiboppochablblcgkbjfipecaakgmj
Officiell webbadress https://chrome.google.com/webstore/detail/live-edit-with-eclipse/lekiboppochablblcgkbjfipecaakgmj
Beskrivning Live Edit Plug-in with Eclipse by Kten
Filstorlek 91.58 KB
Antal Installationer 67
Aktuell Version 1.0.6
Senast Uppdaterad 2015-08-04
Publiceringsdatum 2015-08-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Kten
Betalningssätt free
Stödda Språk 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"
    }
}