Batch Text Extractor (URL2Text) Firefox

Examine source code of Batch Text Extractor (URL2Text)

Inspect and view changes in Batch Text Extractor (URL2Text) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Batch Text Extractor",
  "version": "1.0",
  "permissions": [
    "tabs",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Extractor"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9105ebd0-d885-4d1f-bdb2-f6a68e383f7e}"
    }
  }
}

Best Batch Text Extractor (URL2Text) Alternatives

Here are some Firefox add-ons that are similar to Batch Text Extractor (URL2Text):