Edit

Edit any webpage locally.

¿Qué es Edit?

Edit es una extensión de Chrome desarrollada por https://lethalware.co.uk, y su función principal es "Edit any webpage locally.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Edit

Descarga archivos de extensión Edit 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

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

Información Básica de la Extensión

Nombre Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
URL Oficial https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
Descripción Edit any webpage locally.
Tamaño del Archivo 3.63 KB
Cantidad de Instalaciones 711
Versión Actual 1.0
Última Actualización 2013-12-26
Fecha de Publicación 2013-12-26
Calificación 4.38/5 Total de 8 Calificaciones
Desarrollador https://lethalware.co.uk
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}