DOM node tree viewer.
This extension shows a detailed DOM node tree.
Co to jest DOM node tree viewer.?
DOM node tree viewer. to rozszerzenie Chrome opracowane przez https://untamed.co.uk, a jego główną funkcją jest „This extension shows a detailed DOM node tree.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DOM node tree viewer.
Pobierz pliki rozszerzeń DOM node tree viewer. 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
This extension shows the DOM tree in detail. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jbplakkefflidgnjhckoahendgekokfc |
| Oficjalny URL | https://chromewebstore.google.com/detail/dom-node-tree-viewer/jbplakkefflidgnjhckoahendgekokfc |
| Opis | This extension shows a detailed DOM node tree. |
| Rozmiar pliku | 281 KB |
| Liczba instalacji | 5,208 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2018-01-05 |
| Data Publikacji | 2018-01-05 |
| Ocena | 3.50/5 Łącznie 4 Oceny |
| Deweloper | https://untamed.co.uk |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DOM node tree viewer.",
"version": "0.0.1",
"manifest_version": 2,
"description": "This extension shows a detailed DOM node tree.",
"homepage_url": "http:\/\/untamed.co.uk",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Show DOM"
},
"permissions": [
"activeTab"
]
} | |