HTML Table to JSON Firefox

Examine source code of HTML Table to JSON

제작자: Vicky Button Add-on
Inspect and view changes in HTML Table to JSON source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HTML Table Scraper",
  "version": "1.0",
  "description": "Scrapes data from an HTML table and formats it into a downloadable JSON file.",
  "icons": {
    "64": "icons/table-download-64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c8552720-bdeb-4fc2-b80b-511f1cd7c513}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "menus",
    "downloads",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/handleMessages.js",
      "background/manageContextMenu.js"
    ]
  }
}

최고의 HTML Table to JSON 대안

다음은 HTML Table to JSON과(와) 유사한 Firefox add-on입니다: