{"id":20659033,"url":"https://github.com/berrnd/send-link","last_synced_at":"2025-08-18T09:08:29.820Z","repository":{"id":71289262,"uuid":"150631194","full_name":"berrnd/send-link","owner":"berrnd","description":"A simple Firefox Add-on to send links via customizable context menu entries as GET requests (mailto: is also supported).","archived":false,"fork":false,"pushed_at":"2024-10-30T18:55:48.000Z","size":1129,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-29T17:01:57.918Z","etag":null,"topics":["browser-extension","firefox","javascript"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/firefox/addon/send-link","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berrnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://berrnd.de/say-thanks?project=SendLink"]}},"created_at":"2018-09-27T18:31:20.000Z","updated_at":"2025-03-09T14:17:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a9f2ff7-9c28-4f73-bba2-b668e5cb2752","html_url":"https://github.com/berrnd/send-link","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/berrnd/send-link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrnd%2Fsend-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrnd%2Fsend-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrnd%2Fsend-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrnd%2Fsend-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berrnd","download_url":"https://codeload.github.com/berrnd/send-link/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrnd%2Fsend-link/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270968656,"owners_count":24677145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","firefox","javascript"],"created_at":"2024-11-16T18:29:43.024Z","updated_at":"2025-08-18T09:08:29.788Z","avatar_url":"https://github.com/berrnd.png","language":"JavaScript","funding_links":["https://berrnd.de/say-thanks?project=SendLink"],"categories":[],"sub_categories":[],"readme":"-----\n\n\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eSend Link\u003c/h1\u003e\n\u003ch2\u003eSend links via customizable context menu entries as \u003ccode\u003eGET\u003c/code\u003e requests (\u003ccode\u003emailto:\u003c/code\u003e is also supported) in Firefox.\u003c/h2\u003e\n\u003cem\u003e\u003ch4\u003eThis is a hobby project by \u003ca href=\"https://berrnd.de\"\u003eBernd Bestel\u003c/a\u003e\u003c/h4\u003e\u003c/em\u003e\n\u003c/div\u003e\n\n-----\n\n## Features / Motivation\n\nI often want to forward links to different, most of the time self-hosted, services while browsing the web (for example, post a link of a YouTube video to my TV to watch it later). So I searched for an Add-on to handle this, found nothing, so here is one.\n\n### What it does\n\nIt will add entries to the context menu of links on all websites based on the provide configuration (see the Add-on options page).\n\nClicking 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`).\n\nURLs starting with `mailto` will be just opened, so probably your default mail program will compose a new mail.\n\n### Configuration\n\nURLs, separated by line break, `%%u` is the placeholder for the clicked URL. Everything before a `|` (pipe) will be used as the context menu label.\n\nExample:\n```\nEntry1|https://example.com?url=%%u\nEntry2|https://example.com?url=%%u\nEntry3|mailto:me@example.com?subject=Forwarded link\u0026body=%%u\n```\n\n## Questions / Help / Bug Reports / Feature Requests\n\nPlease use the [Issue Tracker](https://github.com/berrnd/send-link/issues/new/choose) for any requests.\n\n## How to install\n\nInstall directly from AMO: https://addons.mozilla.org/firefox/addon/send-link\n\nOr download the [latest release](https://github.com/berrnd/send-link/releases/latest) (as `.xpi`) and install it manually (not recommended, you will get no automatic updates)\n\n## Contributing / Say Thanks\n\nAny help is welcome, feel free to contribute anything which comes to your mind or see [https://berrnd.de/say-thanks](https://berrnd.de/say-thanks?project=SendLink) if you just want to say thanks.\n\n## Screenshots\n\n![overview](https://github.com/berrnd/send-link/raw/master/.github/publication_assets/overview.png \"overview\")\n\n![settings](https://github.com/berrnd/send-link/raw/master/.github/publication_assets/settings.png \"settings\")\n\n## Roadmap\n\nThere is none. The progress of a specific bug/enhancement is always tracked in the corresponding issue, at least by commit comment references.\n\n## License\n\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberrnd%2Fsend-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberrnd%2Fsend-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberrnd%2Fsend-link/lists"}