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 to jest HTML Tree Generator?
HTML Tree Generator to rozszerzenie Chrome opracowane przez Joel Saupe, a jego główną funkcją jest „Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HTML Tree Generator
Pobierz pliki rozszerzeń HTML Tree Generator 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dlbbmhhaadfnbbdnjalilhdakfmiffeg |
| Oficjalny URL | https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg |
| Opis | Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree. |
| Rozmiar pliku | 22.97 KB |
| Liczba instalacji | 123,757 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-08-20 |
| Data Publikacji | 2015-08-20 |
| Ocena | 4.26/5 Łącznie 38 Oceny |
| Deweloper | Joel Saupe |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |