CSV Converter Extension Firefox

Examine source code of CSV Converter Extension

Inspect and view changes in CSV Converter Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/tbl2csv",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "default_area": "navbar",
  "manifest_version": 2,
  "name": "Table to CSV",
  "description": "Save HTML Tables, CSS Pseudo/DIV Tables or Lists (UL/OL) as a comma seperated values (CSV) file which can be opened with any spreadsheet processor (e.g. excel, libreoffice-calc,gnumeric) for further processing and conversion (e.g. to xls or ods)",
  "permissions": [
    "clipboardWrite",
    "menus",
    "activeTab",
    "notifications"
  ],
  "version": "1.3.19",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c94208b0-9ae6-4cd6-8aa2-002271de09c4}"
    }
  }
}

Best CSV Converter Extension Alternatives

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