DOM node tree viewer.
This extension shows a detailed DOM node tree.
What is DOM node tree viewer.?
DOM node tree viewer. is a Chrome extension developed by https://untamed.co.uk, and its main feature is "This extension shows a detailed DOM node tree.".
Extension Screenshots
Download DOM node tree viewer. Extension CRX File
Download DOM node tree viewer. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension shows the DOM tree in detail.
Extension Basic Information
Name | DOM node tree viewer. |
ID | jbplakkefflidgnjhckoahendgekokfc |
Official URL | https://chromewebstore.google.com/detail/dom-node-tree-viewer/jbplakkefflidgnjhckoahendgekokfc |
Description | This extension shows a detailed DOM node tree. |
File Size | 281 KB |
Installation Count | 5,208 |
Current Version | 0.0.1 |
Last Updated | 2018-01-05 |
Publish Date | 2018-01-05 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://untamed.co.uk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |