clipr: Add page URL to copied text
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-17.
CRX ID
mlbeoeeafofajmlebodidkdkjlbodmgh
Status
Minor Policy Violation
Removed Long Ago
No Privacy Policy
Description from extension meta
Puts selected text into clipboard, preceded by the URL of the page you're on.
Description from store
Puts selected text into clipboard, preceded by the URL of the page you're on.
It generates two types of selection:
text/plain
text/html
For the plaintext, the URL is simply prepended as-is with a newline. For the html, the url is prepended as an anchor-tag with both the href and the text content set to thr URL. The actual text of your selection is put into a <pre> tag in order to preserve line-breaks.