Table to CSV Firefox

Examine source code of Table to CSV

Inspect and view changes in Table to CSV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "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": [
    "menus",
    "activeTab"
  ],
  "optional_permissions": [
    "clipboardWrite"
  ],
  "version": "1.4",
  "browser_specific_settings": {
    "gecko": {
      "id": "{74f9a085-7151-44ed-a85a-d8adef51a4b8}"
    }
  }
}

Meilleures alternatives Table to CSV

Voici quelques Firefox add-ons qui sont similaires à Table to CSV :