ElementHistory

See what code created or updated a DOM element

Cos'è ElementHistory?

ElementHistory è un'estensione di Chrome sviluppata da Matt Zeunert, e la sua funzione principale è "See what code created or updated a DOM element".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ElementHistory

Scarica i file di estensione ElementHistory in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ElementHistory ElementHistory
ID idhhmihgigngdppfpklkdklfaikkecge
URL Ufficiale https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge
Descrizione See what code created or updated a DOM element
Dimensione del File 281 KB
Conteggio Installazioni 47
Versione Corrente 1.6
Ultimo Aggiornamento 2017-11-15
Data di Pubblicazione 2017-11-15
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Matt Zeunert
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mattzeunert/ElementHistory
URL della Pagina di Aiuto https://github.com/mattzeunert/ElementHistory/issues
Lingue Supportate 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"
    ]
}