By: Levent B.
Inspect and view changes in DOM Structure Mapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.0",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"tabs"
],
"browser_action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "__MSG_extensionName__"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background/background.js"
],
"persistent": false
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "dom-structure-visualizer@extension",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
} Best DOM Structure Mapper Alternatives
Here are some Firefox add-ons that are similar to DOM Structure Mapper:
DOM Treemap
Schepp
DOM highlighter
Anas Behhari
DOM Update Highlighter
klntsky
Copy DOM and CSS for AI
Faisal Bhuiyan
DOM Time Machine Pro
scolastico
Highlight DOM Changes
Baktiadi
Page Element Inspector
Tailor Wood Haven
Devil Debugger
Vignesh Miller
Hoverify: All-in-one extension for web developers
Hoverify