JSON to CSV Firefox

Examine source code of JSON to CSV

Inspect and view changes in JSON to CSV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON to CSV",
  "version": "1.2.1",
  "description": "Transform JSON data arrays into downloadable CSV files",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b58704d5-a43d-4ae6-89b0-58aa80a934e4}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/size16.png",
    "48": "icons/size48.png"
  },
  "browser_action": {
    "default_popup": "view/popup.html",
    "default_icon": {
      "16": "icons/size16.png",
      "48": "icons/size48.png"
    }
  },
  "background": {
    "scripts": [
      "background/run.js"
    ]
  },
  "permissions": []
}

Best JSON to CSV Alternatives

Here are some Firefox add-ons that are similar to JSON to CSV: