ElementHistory
See what code created or updated a DOM element
Wat is ElementHistory?
ElementHistory is een Chrome-extensie ontwikkeld door Matt Zeunert, en de belangrijkste functie is "See what code created or updated a DOM element".
Extensie Screenshots
Download het CRX-bestand van de extensie ElementHistory
Download ElementHistory-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | idhhmihgigngdppfpklkdklfaikkecge |
| Officiële URL | https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge |
| Beschrijving | See what code created or updated a DOM element |
| Bestandsgrootte | 281 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2017-11-15 |
| Publicatiedatum | 2017-11-15 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Matt Zeunert |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mattzeunert/ElementHistory |
| Help Pagina-URL | https://github.com/mattzeunert/ElementHistory/issues |
| Ondersteunde Talen | 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"
]
} | |