Web editor

Edit any webpage by just double clicking on it

Cos'è Web editor?

Web editor è un'estensione di Chrome sviluppata da breaking the barrier, e la sua funzione principale è "Edit any webpage by just double clicking on it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web editor

Scarica i file di estensione Web editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Write any thing on any web page by just double click on it. Install this extension any modify any webpage in chrome....:)                    

Informazioni di Base sull'Estensione

Nome Web editor Web editor
ID fjciadjagdaelaoihchgdbomeppbmeah
URL Ufficiale https://chrome.google.com/webstore/detail/web-editor/fjciadjagdaelaoihchgdbomeppbmeah
Descrizione Edit any webpage by just double clicking on it
Dimensione del File 35.02 KB
Conteggio Installazioni 445
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-01
Data di Pubblicazione 2015-07-01
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore breaking the barrier
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web editor",
    "description": "Edit any webpage by just double clicking on it",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}