Smart Scraper Firefox

Examine source code of Smart Scraper

Inspect and view changes in Smart Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Smart Scraper",
  "description": "Efficient web data extraction for enhanced productivity.",
  "version": "0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "./views/index.html",
    "default_title": "Smart Scraper",
    "default_icon": {
      "16": "./assets/logo.png",
      "32": "./assets/logo.png",
      "64": "./assets/logo.png",
      "128": "./assets/logo.png"
    }
  },
  "icons": {
    "16": "./assets/logo.png",
    "32": "./assets/logo.png",
    "64": "./assets/logo.png",
    "128": "./assets/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "webNavigation",
    "activeTab",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f334d171-ffb7-4d4e-b947-e2d313a39229}"
    }
  }
}

Melhores alternativas Smart Scraper

Aqui estão algumas Firefox add-ons que são similares a Smart Scraper: