This is a silly little extension for sending the webpage content of your current tab to a webhook endpoint of your choice. It captures the current visible content of the page, which is useful for sending to workflow automation tools like n8n, or AI tools like Flowise and Langflow. The API key storage is not super secure, so don't use this for anything sensitive. I use it for langflow
The options page allows you to set the webhook URL and an optional API key.
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" using the toggle in the top right corner.
- Click on "Load unpacked" and select the directory where you cloned or downloaded this repository.