Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

Qu'est-ce que Live Edit with Eclipse ?

Live Edit with Eclipse est une extension Chrome développée par Kten, et sa fonction principale est "Live Edit Plug-in with Eclipse by Kten".

Télécharger le fichier CRX de l'extension Live Edit with Eclipse

Téléchargez les fichiers d'extension Live Edit with Eclipse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This Extension supports Eclipse Plugin "Livedit"                    

Informations de Base sur l'Extension

Nom Live Edit with Eclipse Live Edit with Eclipse
ID lekiboppochablblcgkbjfipecaakgmj
URL Officiel https://chrome.google.com/webstore/detail/live-edit-with-eclipse/lekiboppochablblcgkbjfipecaakgmj
Description Live Edit Plug-in with Eclipse by Kten
Taille du Fichier 91.58 KB
Nombre d'Installations 67
Version Actuelle 1.0.6
Dernière Mise à Jour 2015-08-04
Date de Publication 2015-08-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kten
Type de Paiement free
Langues Prises en Charge 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"
    }
}