/TableWizard

Firefox AddOn for live manipulation of HTML tables

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

TableWizard

Firefox AddOn for live manipulation of HTML tables

Core functionality

  • highlight matching table cells (exact or partial match)
  • highlight rows / columns
  • create visual grid inside the table
  • delete rows (either single row or multiple depending on exact or partial matches in the target cell)
  • delete columns (either single column or multiple depending on exact or partial matches in the target cell)
  • export table to new tab or print the table itself
  • each table is managed separately
  • all changes are temporary and can be reverted without page reload

Available settings

  • Choose the cell-highlight color (supported formats are Hex, RGBA and default Firefox colors)
  • Whether HTML should be ignored when making comparisons. Default is ignore.
  • Simplistic design options for new tab tables
  • Whether comparisons should be made against selected text if possible. Default is no.