ElementHistory

See what code created or updated a DOM element

¿Qué es ElementHistory?

ElementHistory es una extensión de Chrome desarrollada por Matt Zeunert, y su función principal es "See what code created or updated a DOM element".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ElementHistory

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

                        Turn on element history in a tab by clicking the ElementHistory icon. Reload the page if you want to track the whole history.

More information: https://github.com/mattzeunert/ElementHistory

Report issues here: https://github.com/mattzeunert/ElementHistory/issues                    

Información Básica de la Extensión

Nombre ElementHistory ElementHistory
ID idhhmihgigngdppfpklkdklfaikkecge
URL Oficial https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge
Descripción See what code created or updated a DOM element
Tamaño del Archivo 281 KB
Cantidad de Instalaciones 47
Versión Actual 1.6
Última Actualización 2017-11-15
Fecha de Publicación 2017-11-15
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Matt Zeunert
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mattzeunert/ElementHistory
URL de la Página de Ayuda https://github.com/mattzeunert/ElementHistory/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ElementHistory",
    "description": "See what code created or updated a DOM element",
    "version": "1.6",
    "browser_action": [],
    "icons": {
        "64": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "trackHistory.js"
    ]
}