Data Scraper Extract Firefox

Examine source code of Data Scraper Extract

Inspect and view changes in Data Scraper Extract source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Data Scraper",
  "version": "1.0.0",
  "description": "Extract text or table data from web pages quickly.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Data Scraper",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "data-scraper@example.com"
    }
  }
}

Mejores alternativas Data Scraper Extract

Aquí hay algunas Firefox add-ons que son similares a Data Scraper Extract: