HTML Project Extractor Firefox

Examine source code of HTML Project Extractor

Inspect and view changes in HTML Project Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML Project Extractor",
  "version": "1.0",
  "description": "Extracts the full HTML content of the current page.",
  "permissions": [
    "activeTab",
    "<all_urls>",
    "downloads"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0a81b3a-37c5-40d2-b26b-5a4c84ebac50}"
    }
  }
}

Meilleures alternatives HTML Project Extractor

Voici quelques Firefox add-ons qui sont similaires à HTML Project Extractor :