Table2CSV Exporter Firefox

Examine source code of Table2CSV Exporter

Inspect and view changes in Table2CSV Exporter 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": "{bce5b994-0dab-451a-b0b2-06bf9b5bd043}"
    }
  }
}

Best Table2CSV Exporter Alternatives

Here are some Firefox add-ons that are similar to Table2CSV Exporter: