CSV Viewer - zero-permissions no-network Firefox

Examine source code of CSV Viewer - zero-permissions no-network

By: Chris
Inspect and view changes in CSV Viewer - zero-permissions no-network source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSV Viewer",
  "version": "3.3",
  "description": "View CSV files as readable tables. No external calls.",
  "browser_specific_settings": {
    "gecko": {
      "id": "csv-viewer@pedigo36.gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Open CSV Viewer",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  }
}

Best CSV Viewer - zero-permissions no-network Alternatives

Here are some Firefox add-ons that are similar to CSV Viewer - zero-permissions no-network: