ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

¿Qué es ChontentEditable?

ChontentEditable es una extensión de Chrome desarrollada por shoito, y su función principal es "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ChontentEditable

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

                        ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. 
Please push a button and change contents in a page freely. 

Have fun!                    

Información Básica de la Extensión

Nombre ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
URL Oficial https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Descripción ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Tamaño del Archivo 58.71 KB
Cantidad de Instalaciones 96
Versión Actual 0.1.2
Última Actualización 2014-11-18
Fecha de Publicación 2014-11-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador shoito
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}