Web Data to CSV Downloader Firefox

Examine source code of Web Data to CSV Downloader

By: wang Add-on
Inspect and view changes in Web Data to CSV Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Data to CSV Downloader",
  "version": "1.0.6",
  "description": "将网页响应数据中的数组转换为CSV格式并下载",
  "browser_specific_settings": {
    "gecko": {
      "id": "qcmap@qq.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ui-manager.js",
        "data-processor.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "数据下载器"
  },
  "web_accessible_resources": [
    "injector.js"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Web Data to CSV Downloader Alternatives

Here are some Firefox add-ons that are similar to Web Data to CSV Downloader: