DataScraper Firefox

Examine source code of DataScraper

Por: Rakot
Inspect and view changes in DataScraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "datascrapper@rakot.ru"
    }
  },
  "name": "DataScrapper",
  "version": "0.0.6resigned1",
  "manifest_version": 2,
  "description": "Extension for FF and Chrome to extract data from web pages to csv.",
  "homepage_url": "https://github.com/rakot/DataScrapper",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "DataScrapper"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/vendor/jquery.min.js",
        "src/inject/inject.js"
      ]
    }
  ]
}

Mejores alternativas DataScraper

Aquí hay algunas Firefox add-ons que son similares a DataScraper: