Web editor

Edit any webpage by just double clicking on it

O que é Web editor?

Web editor é uma extensão do Chrome desenvolvida por breaking the barrier, e sua principal característica é "Edit any webpage by just double clicking on it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Web editor

Baixe arquivos de extensão Web editor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Web editor Web editor
ID fjciadjagdaelaoihchgdbomeppbmeah
URL Oficial https://chrome.google.com/webstore/detail/web-editor/fjciadjagdaelaoihchgdbomeppbmeah
Descrição Edit any webpage by just double clicking on it
Tamanho do Arquivo 35.02 KB
Contagem de Instalações 445
Versão Atual 1.0
Última Atualização 2015-07-01
Data de Publicação 2015-07-01
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor breaking the barrier
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}