TidyScraper Table Extractor Firefox

Examine source code of TidyScraper Table Extractor

Inspect and view changes in TidyScraper Table Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TidyScraper - Table Extractor & Cleaner",
  "version": "1.0.0",
  "description": "Automatically detect, clean, and export table data from any webpage. One-click conversion to CSV, Excel, JSON, and more.",
  "author": "Lahmeri Mohamed Amine",
  "homepage_url": "https://github.com/MohamedLahmeri01",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "TidyScraper - Extract Tables"
  },
  "background": {
    "scripts": [
      "background/background-firefox-bundle.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "clipboardWrite",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+T",
        "mac": "Command+Shift+T"
      },
      "description": "Open TidyScraper"
    },
    "quick-export": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Quick export current selection"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lahmerimohamedamine29@gmail.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "id": "lahmerimohamedamine29@gmail.com",
      "strict_min_version": "142.0"
    }
  }
}

Best TidyScraper Table Extractor Alternatives

Here are some Firefox add-ons that are similar to TidyScraper Table Extractor: