
send-link
Send links via customizable context-menu-entries as GET requests
What is send-link?
Send-Link is a Firefox add-on that adds a context menu entry for each configured service. With a simple click, you can send links via GET requests to the configured URL, replacing %%u with the clicked URL. It also supports opening mailto URLs, allowing you to quickly compose new emails with the clicked link.

Stats
- contextMenus
- storage
Chrome-Stats Rank
Other platforms

Summary
What it does
It will add a context menu entry for each service you configure in the context menu of links - clicking such an entry will execute a GET request to the configured URL while replacing %%u
with the clicked URL, if the URL starts with http
(see below or the extension configuration page).
URLs starting with mailto
will be just opened - so probably your default mail program will compose a new mail.
Configuration
URLs, separated by line break, %%u
is the placeholder for the clicked URL. Everything before a |
(pipe) will be used as the context menu label.
Example:
Entry1|https://example.com?url=%%u
Entry2|https://example.com?url=%%u
Entry3|mailto:me@example.com?subject=Forwarded link&body=%%u
User reviews
Safety
Risk impact
send-link is safe to use. It does not request any sensitive permissions.
Risk likelihood
send-link has earned a fairly good reputation and likely can be trusted.