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}"
    }
  }
}

Meilleures alternatives Batch Text Extractor (URL2Text)

Voici quelques Firefox add-ons qui sont similaires à Batch Text Extractor (URL2Text) :