Web Editor

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

¿Qué es Web Editor?

Web Editor es una extensión de Chrome desarrollada por Vineeth TR, y su función principal es "Forget about all the Code chaos and Customize your website in a handy way".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Web Editor

Descarga archivos de extensión Web Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Web Editor Web Editor
ID pdmlhckofhkhebmcplblcijijgjiakcm
URL Oficial https://chromewebstore.google.com/detail/web-editor/pdmlhckofhkhebmcplblcijijgjiakcm
Descripción Forget about all the Code chaos and Customize your website in a handy way
Tamaño del Archivo 68.98 KB
Cantidad de Instalaciones 10,241
Versión Actual 1.0.9
Última Actualización 2023-09-17
Fecha de Publicación 2021-03-08
Calificación 4.38/5 Total de 24 Calificaciones
Desarrollador Vineeth TR
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://vineethtrv.github.io/
URL de la Página de Ayuda https://vineethtrv.github.io/
Idiomas Soportados 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
}