Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
Vad är Extension showDomTree?
Extension showDomTree är en Chrome-tillägg utvecklad av pons.olivier, och dess huvudfunktion är "draw / print the tree of the current dom ; I juste use it for teaching".
Tilläggsskärmbilder
Ladda ner Extension showDomTree-förlängningens CRX-fil
Ladda ner Extension showDomTree-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Just draw or print the Dom tree using a js version of graphviz tools.
This is for teaching purpose. This does not scales (because graphviz does not allows large graph/tree) Grundläggande Information om Tillägg
| Namn | |
| ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh |
| Officiell webbadress | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh |
| Beskrivning | draw / print the tree of the current dom ; I juste use it for teaching |
| Filstorlek | 751 KB |
| Antal Installationer | 20 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2019-06-01 |
| Publiceringsdatum | 2019-06-01 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | pons.olivier |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Extension showDomTree",
"description": "draw \/ print the tree of the current dom ; I juste use it for teaching",
"version": "1.1",
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Show DOM tree",
"default_popup": "index.html"
},
"icons": {
"48": "icons\/tree.png",
"128": "icons\/tree128.png"
}
} | |