Table Data Export

Table Data Export

Table export plugin gives you the ability to easily export HTML tables to the CSV. For best results, click on edit table Identifier Defaults. Then select table identifier either class or id. Then enter table class/id (from inspect element method).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Table Data Export",
  "short_name": "Table Export",
  "version": "1.0.3resigned1",
  "manifest_version": 2,
  "description": "Table Data Export Plugin",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png",
      "128": "images/icon-128.png"
    },
    "default_title": "Table Data Export",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eca3a6af-8ce4-42b7-a1f2-d147d64373d3}"
    }
  }
}