dom2doc Firefox

Examine source code of dom2doc

Inspect and view changes in dom2doc source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM2DOC",
  "version": "0.0.0.4",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "thirdParty/jquery-3.6.0.min.js",
        "thirdParty/docx.js",
        "thirdParty/FileSaver.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}

Best dom2doc Alternatives

Here are some Firefox add-ons that are similar to dom2doc: