Batch Text Extractor (URL2Text) Firefox

Examine source code of Batch Text Extractor (URL2Text)

제작자: Trevor Lewis
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}"
    }
  }
}

최고의 Batch Text Extractor (URL2Text) 대안

다음은 Batch Text Extractor (URL2Text)과(와) 유사한 Firefox add-on입니다: