Web Editor

Forget about all the Code chaos and Customize your website in a handy way

O que é Web Editor?

Web Editor é uma extensão do Chrome desenvolvida por Vineeth TR, e sua principal característica é "Forget about all the Code chaos and Customize your website in a handy way".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
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

                        Customize your website, Create your designs.
Forget about all the chaos and design your website with your imaginations, in a handy way.

The web editor is the tool that provides you with an enhanced way to inspect any website elements, alter their properties, insert contents, design, and visualize the way you want to see them. You don’t need to hold a bunch of technical knowledge. Instead, this tool will do the job for you..                    

Informações Básicas da Extensão

Nome Web Editor Web Editor
ID pdmlhckofhkhebmcplblcijijgjiakcm
URL Oficial https://chromewebstore.google.com/detail/web-editor/pdmlhckofhkhebmcplblcijijgjiakcm
Descrição Forget about all the Code chaos and Customize your website in a handy way
Tamanho do Arquivo 68.98 KB
Contagem de Instalações 10,241
Versão Atual 1.0.9
Última Atualização 2023-09-17
Data de Publicação 2021-03-08
Classificação 4.38/5 Total de 24 Avaliações
Desenvolvedor Vineeth TR
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vineethtrv.github.io/
URL da Página de Ajuda https://vineethtrv.github.io/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Editor",
    "version": "1.0.9",
    "description": "Forget about all the Code chaos and Customize your website in a handy way",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webeditor.js"
            ],
            "css": [
                "webeditor.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/webeditor16.png",
            "32": "images\/webeditor32.png",
            "48": "images\/webeditor48.png",
            "128": "images\/webeditor128.png"
        }
    },
    "icons": {
        "16": "images\/webeditor16.png",
        "32": "images\/webeditor32.png",
        "48": "images\/webeditor48.png",
        "128": "images\/webeditor128.png"
    },
    "manifest_version": 3
}