WebExtension to query any HTML table with PRQL
Summary
This article introduces a WebExtension that lets you query any HTML table using PRQL. It shows how the extension renames columns to snake_case, runs a PRQL prompt, and provides a concrete example with a table from Wikipedia. It also notes caveats (duplicate columns, HTML-based storage) and points to the open-source source and Firefox addon.