ElementHistory
See what code created or updated a DOM element
Co je ElementHistory?
ElementHistory je rozšíření Chrome vyvinuté Matt Zeunert, a jeho hlavní funkcí je „See what code created or updated a DOM element“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ElementHistory
Stáhněte si soubory rozšíření ElementHistory ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | idhhmihgigngdppfpklkdklfaikkecge |
| Oficiální URL | https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge |
| Popis | See what code created or updated a DOM element |
| Velikost souboru | 281 KB |
| Počet instalací | 47 |
| Aktuální Verze | 1.6 |
| Poslední Aktualizace | 2017-11-15 |
| Datum Vydání | 2017-11-15 |
| Hodnocení | 3.00/5 Celkem 2 Hodnocení |
| Vývojář | Matt Zeunert |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/mattzeunert/ElementHistory |
| URL Stránky Nápovědy | https://github.com/mattzeunert/ElementHistory/issues |
| Podporované Jazyky | 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"
]
} | |