🚀 Blast off with Parteux, a Chrome extension that allows you to share the current tab to a webhook! 🌟 Share the URL, title, selected text, a screenshot, meta tags, and more, all with just a click!
Use this extension to share the current tab to your favorite chat, issue tracker, or any other service that supports webhooks. Some potential use cases include:
The possibilities are endless! With this extension, you can easily share information from the web to any service that can receive webhooks.
The webhook URL is stored in the extension's synced storage and is shared across all tabs and devices. The webhook should return a 200 status code to indicate success and accept cross-origin requests by setting the Access-Control-Allow-Origin
header to *
.
Note: The extension does not store any data or send any information to any server. The webhook URL is stored in the extension's synced storage and is only used to send the current tab's information to the specified URL that YOU set!
It's possible to run the extension locally in Chrome.
# get the code
git clone https://github.com/jpoehnelt/parteux.git
cd parteux
# install dependencies
npm i
# build and watch for changes
npm run build -- --watch
# load the extension in Chrome
To load the extension in Chrome:
chrome://extensions
. Developer mode
. LOAD UNPACKED
button and select the /dist
directory. If you have any questions, feedback, or issues, please open a GitHub issue.