HTML Tree Generator
Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
Co je HTML Tree Generator?
HTML Tree Generator je rozšíření Chrome vyvinuté Joel Saupe, a jeho hlavní funkcí je „Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HTML Tree Generator
Stáhněte si soubory rozšíření HTML Tree Generator 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í
Základní Informace o Rozšíření
Název | HTML Tree Generator |
ID | dlbbmhhaadfnbbdnjalilhdakfmiffeg |
Oficiální URL | https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg |
Popis | Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree. |
Velikost souboru | 22.97 KB |
Počet instalací | 123,757 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-08-20 |
Datum Vydání | 2015-08-20 |
Hodnocení | 4.26/5 Celkem 38 Hodnocení |
Vývojář | Joel Saupe |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |