HTML Tree Generator
Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
Vad är HTML Tree Generator?
HTML Tree Generator är en Chrome-tillägg utvecklad av Joel Saupe, och dess huvudfunktion är "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.".
Tilläggsskärmbilder
Ladda ner HTML Tree Generator-förlängningens CRX-fil
Ladda ner HTML Tree Generator-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
Grundläggande Information om Tillägg
| Namn | |
| ID | dlbbmhhaadfnbbdnjalilhdakfmiffeg |
| Officiell webbadress | https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg |
| Beskrivning | Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree. |
| Filstorlek | 22.97 KB |
| Antal Installationer | 123,757 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-08-20 |
| Publiceringsdatum | 2015-08-20 |
| Betyg | 4.26/5 Totalt 38 Betyg |
| Utvecklare | Joel Saupe |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HTML Tree Generator",
"description": "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.",
"version": "1.0",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab"
]
} | |