Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
Что такое Extension showDomTree?
Extension showDomTree - это расширение Chrome, разработанное pons.olivier, и его основная функция - "draw / print the tree of the current dom ; I juste use it for teaching".
Снимки экрана расширения
Скачать файл CRX расширения Extension showDomTree
Скачайте файлы расширений Extension showDomTree в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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)
Основная информация о расширении
Название | Extension showDomTree |
ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh |
Официальный URL | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh |
Описание | draw / print the tree of the current dom ; I juste use it for teaching |
Размер файла | 751 KB |
Количество установок | 20 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-06-01 |
Дата публикации | 2019-06-01 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | pons.olivier |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |