JSON CSV Firefox

Examine source code of JSON CSV

Inspect and view changes in JSON CSV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON CSV",
  "version": "1.1",
  "description": "Convert JSON arrays to CSV and CSV back to JSON",
  "browser_specific_settings": {
    "gecko": {
      "id": "{39e46329-02f9-4aed-a1d1-26d04b227708}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/s16.png",
    "48": "icons/s48.png"
  },
  "browser_action": {
    "default_popup": "view/index.html",
    "default_icon": {
      "16": "icons/s16.png",
      "48": "icons/s48.png"
    }
  },
  "background": {
    "scripts": [
      "core/worker.js"
    ]
  },
  "permissions": []
}

Best JSON CSV Alternatives

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