Extension showDomTree

draw / print the tree of the current dom ; I juste use it for teaching

Co to jest Extension showDomTree?

Extension showDomTree to rozszerzenie Chrome opracowane przez pons.olivier, a jego główną funkcją jest „draw / print the tree of the current dom ; I juste use it for teaching”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Extension showDomTree

Pobierz pliki rozszerzeń Extension showDomTree w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
Oficjalny URL https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Opis draw / print the tree of the current dom ; I juste use it for teaching
Rozmiar pliku 751 KB
Liczba instalacji 20
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-06-01
Data Publikacji 2019-06-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper pons.olivier
Typ Płatności free
Obsługiwane Języki 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"
    }
}